svgpath icon indicating copy to clipboard operation
svgpath copied to clipboard

SVG path segments parser and optimiser

Results 6 svgpath issues
Sort by recently updated
recently updated
newest added

A path segment leads to artifacts when rotated or flipped. Example: M 354.708 69.912 # m 354.708 69.912 # 1 S 319.639 311.154 256 247.515 A 100 70 -40 0...

the below path when imported then rounded is fine, but when that is made relative there is a significant change in the image, but no change in the text? `M...

using this ('round') results in all subsequent 'imports' being rounded immediately until page reloaded.

using path from #4 if you: * import * round * analyse * import * analyse the path is corrupted. (although the points seem OK) ![Screenshot from 2020-06-05 17:43:00](https://user-images.githubusercontent.com/1234848/83902654-b391f500-a754-11ea-9fae-065c91db4159.png) ![Screenshot...

I am interested to try this with typescript, webpack, and npm. There is no license.