savage icon indicating copy to clipboard operation
savage copied to clipboard

A little library to manipulate SVG path data

Results 2 savage issues
Sort by recently updated
recently updated
newest added

Hi @awebneck , I've made paths, sub paths and directions able to be transformed now. For example ``` ruby # for path path = Parser.parse %Q{C211.003,239.997,253.003,197.997,304.003,197.997} path.scale( 0.5, -0.5 )...

'm' command, followed by 'L' command in SVG paths doesn't work properly. It becomes 'm' followed by 'l' command instead. Which causes problems. Example (just an image created with Inkscape):...