Open makc opened 9 years ago
@makc there is no easy way to fix this as the PIXI.Graphics API itself does not support gradients.
It's 2017, gradients are supported in Pixi now.
It’s 2019, svg consume to much gpu ressouces on mobile devices (5000+ paths)
So im looking for svg to raster with d3js and pixijs combination. Or does pixijs offer a solution for this already?
I have this basic svg with the gradient in the rectangle:
What I end up with is this:
in PIXI.Graphics, and nothing is displayed.