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:
@@ -611,7 +611,7 @@ class DefaultAssetLibrary extends AssetLibrary {
|
||||
handler (Image.fromImageElement (image));
|
||||
|
||||
}
|
||||
image.src = id;
|
||||
image.src = path.get (id);
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user