Merge pull request #509 from Matan/master

Fixed html5 image loading through DefaultAssetLibrary where id and path doesn't match
This commit is contained in:
Joshua Granick
2015-07-20 07:11:26 -07:00

View File

@@ -611,7 +611,7 @@ class DefaultAssetLibrary extends AssetLibrary {
handler (Image.fromImageElement (image));
}
image.src = id;
image.src = path.get (id);
} else {