Create Cairo Path From Svg File
There must be something I am missing. I am on Windows and want to use python to take the paths from a SVG-file, scale them an place every single one of them on a new surface (or al
Solution 1:
CairoSVG parses SVG files and renders them to cairo: http://cairosvg.org/
If you only want a single path, it should be possible to use just the right functions from CairoSVG. Feel free to ask on the tracker
Post a Comment for "Create Cairo Path From Svg File"