Closed maczyt closed 6 months ago
Do you want the background to show as a checkerboard pattern representing translucency?
No, I just hope the color selector can set the alpha value. I think resvg supports rgba. just like it:
Currently we use the color picker provided by the browser's <input type="color">
. Can you file a bug with Chrome? https://issues.chromium.org/issues/wizard
Also, I'll try to write a function to set the alpha on the page.
According to the mdn document, this should provide color selection for the simplest purpose. Thank you for your reply.
@maczyt Regarding the alpha picker, the HTML specification is still under discussion.
I've added a custom implementation to the main branch, which I hope you'll like.
@maczyt Regarding the alpha picker, the HTML specification is still under discussion.
I've added a custom implementation to the main branch, which I hope you'll like.
It looks fantastic,appreciate it
https://resvg-js.vercel.app/ Can the Playground background support alpha configuration?