Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see image in rendered svg. #11

Open
magic990619 opened this issue Dec 21, 2019 · 0 comments
Open

Can't see image in rendered svg. #11

magic990619 opened this issue Dec 21, 2019 · 0 comments

Comments

@magic990619
Copy link

magic990619 commented Dec 21, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant