Skip to content

Commit

Permalink
imageToBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 25, 2024
1 parent 6a2b4e0 commit a69ca50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions haxe/ui/backend/AssetsImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class AssetsImpl extends AssetsBase {
*/
}

public override function imageToBytes(format:String, imageInfo:ImageInfo, callback:Bytes->Void) {
callback(null);
}

private static var SVG_BYTE_SEQUENCE:Array<Int> = ['<'.charCodeAt(0),
's'.charCodeAt(0),
'v'.charCodeAt(0),
Expand Down

0 comments on commit a69ca50

Please sign in to comment.