CairoSVG icon indicating copy to clipboard operation
CairoSVG copied to clipboard

Convert your vector images

Results 106 CairoSVG issues
Sort by recently updated
recently updated
newest added

The issue seems to be with how cairosvg interprets the parameters of an Image element with a mask. It seems that when you provide an 'x' and 'y' parameter to...

bug

Hello, I am using svg2png to convert this SVG : ` ` but the rotation isn't working for me. Is there a right way to add transform to the SVG...

Hey there, Using **svg2png**, I can not generate PNG with correct font-weight. For instance I want to use the black version of my font (which is well installed). (font-weight =...

Hello! As you may have noticed, there was some activity on the repo. But no release. Some "the project is no longer maintained by Kozea". But who? So today is...

I'm generating an SVG file that links to other SVG files using `` tags. When I view the resulting parent SVG in a browser, things look fine, but when I...

bug

I have a svg document that contains an icon set. For each icon there is a rect with a specific `id` that defines the bounding box of the icon to...

feature

Hi! I want to use `vector-effect="non-scaling-stroke"` but I saw that `vector-effect` property is ignored. Is there no support for the `vector-effect` property?

feature

css writing-mode take effect

feature

There is a rect path with yellow color and a circle clippath around the rect in the svg. In web explorer, the color works fine for showing the yellow color....

bug

Hello, It seems that `ImageSurface.get_data` gives different transparency values than `ImageSurface.write_to_png`. It seems as if the one from `get_data` is incorrect. How to reproduce: ```python import cairosvg.parser import numpy as...