weex-gcanvas
Advanced tools
Comparing version 0.5.32 to 0.5.34
@@ -120,3 +120,3 @@ /** | ||
//----------------------------- | ||
GLog.d('gcanvas#=====>>>version: 0.5.32'); | ||
GLog.d('gcanvas#=====>>>version: 0.5.34'); | ||
@@ -123,0 +123,0 @@ GCanvas.start = function(el){ |
@@ -740,13 +740,13 @@ var GBridge = require("./gutil").GBridge; | ||
{ | ||
if( !that._checkVersionFlag ) | ||
{ | ||
that._useOldAPIFlag = useOldAPI(); | ||
that._checkVersionFlag = true; | ||
} | ||
// if( !that._checkVersionFlag ) | ||
// { | ||
// that._useOldAPIFlag = useOldAPI(); | ||
// that._checkVersionFlag = true; | ||
// } | ||
if( that._useOldAPIFlag ){ | ||
GBridge.bindImageTexture(that.componentId, image.src, function(){}); | ||
}else{ | ||
// if( that._useOldAPIFlag ){ | ||
// GBridge.bindImageTexture(that.componentId, image.src, function(){}); | ||
// }else{ | ||
GBridge.bindImageTexture(that.componentId, [image.src, image.id], function(){}); | ||
} | ||
// } | ||
that._concatDrawCmd(numArgs, image, sx, sy, sw, sh, dx, dy, dw, dh); | ||
@@ -753,0 +753,0 @@ // that._saveImageTexture(image.src, image); |
{ | ||
"name": "weex-gcanvas", | ||
"version": "0.5.32", | ||
"version": "0.5.34", | ||
"main":"gcanvas.js", | ||
@@ -5,0 +5,0 @@ "platform": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240450