svgmanip icon indicating copy to clipboard operation
svgmanip copied to clipboard

programmatically import, manipulate, and composite together existing SVG files

Results 2 svgmanip issues
Sort by recently updated
recently updated
newest added
trafficstars

Considering something similar to the example: ``` output = Element(384, 356) # size of the output file. fate = Element('assets/fate.svg').rotate(-15) output.placeat(fate, 0.73, 23.55) output.placeat(fate, 107.81, 8.76) output.dump('output.svg') ``` Expected behavior:...

svgexport works from command line but i get: RuntimeError: External command svgexport failed

good first issue