Skip to content

Data URL:s supported for Image object?? #1352

@mike-ense

Description

@mike-ense

I tried:

var image = new ImageModule.Image();
image.src = "data:image/png;base64,[my data here]";
stack.addChild(image);

It seems to cause exception.

Also tried setting .imageSource instead.

Should it work?

If not right now, can you please make that work?

Thanks!! :D

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions