pdf-creator-node
pdf-creator-node copied to clipboard
CSS conic-gradient not supported
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
+1