Image improvements

This commit is contained in:
Joshua Granick
2014-08-03 16:45:41 -07:00
parent 40c5065569
commit 54a9a516ab
5 changed files with 267 additions and 61 deletions

View File

@@ -232,7 +232,7 @@ class DefaultAssetLibrary extends AssetLibrary {
#elseif js
return Image.fromImage (Preloader.images.get (path.get (id)));
return Image.fromImageElement (Preloader.images.get (path.get (id)));
#else