Docs fix
This commit is contained in:
@@ -84,7 +84,7 @@ class JPEG {
|
|||||||
var bytes = @:privateAccess new Bytes (data.length, data.b);
|
var bytes = @:privateAccess new Bytes (data.length, data.b);
|
||||||
return ByteArray.fromBytes (bytes);
|
return ByteArray.fromBytes (bytes);
|
||||||
|
|
||||||
#elseif html5
|
#elseif (js && html5)
|
||||||
|
|
||||||
ImageCanvasUtil.sync (image, false);
|
ImageCanvasUtil.sync (image, false);
|
||||||
|
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ class PNG {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#elseif html5
|
#elseif (js && html5)
|
||||||
|
|
||||||
ImageCanvasUtil.sync (image, false);
|
ImageCanvasUtil.sync (image, false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user