CairoSVG icon indicating copy to clipboard operation
CairoSVG copied to clipboard

doesn't support feColorMatrix filter

Open hpp0hpp opened this issue 4 years ago • 1 comments

how to add this filter

hpp0hpp avatar Jul 16 '20 05:07 hpp0hpp

Short answer: it’s probably really, really difficult.

CairoSVG uses Cairo to paint, and Cairo provides some painting filters. Unfortunately, for technical reasons (mainly because it can generate both raster and vector formats), many filters are not included.

feColorMatrix is not included, and as far as I know it’s almost impossible to implement :unamused:.

liZe avatar Jul 29 '20 16:07 liZe