Skip to content

Can't see image in rendered svg. #11

@magic990619

Description

@magic990619

I created quikkly image using createImage.
But I can't see the imagefile in rendered image.
How to set imageFile value in skin options to see the image?

Quikkly.createImage({
value: 123456,
template: "template0002style11",
skin: {
backgroundColor: '#5cb7a6',
borderColor: '#ffffff',
dataColor: '#000000',
maskColor: '#5cb7a6',
overlayColor: '#ffffff',
imageFile: '../../assets/images/scan.png'
}
}).then((result) => {
console.log(result)
})

I also tried to set imageFile as weburi but also not worked.
Please give me advice.

rendedred_svg.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions