hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

CSS conic-gradient not supported #97

Open justintunev7 opened 1 year ago

justintunev7 commented 1 year ago

I'm trying to build a CSS pie chart with something like this:

  background: conic-gradient(#00a3b1 15%, #00c0c9 15% 25%, #a6e3e8 25% 35%, #005e6f 35% 70%, #0091a2 70%);

but it doesn't render.

Conic gradient is supported by all browsers, so it would be great if it could be supported by this package. https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/conic-gradient

jp-programmer1 commented 1 year ago

+1