svg-path icon indicating copy to clipboard operation
svg-path copied to clipboard

Manipulate SVG <path> data.

Results 2 svg-path issues
Sort by recently updated
recently updated
newest added

The following path always fails to parse with the error `Missing args (command A, got 5 arg(s))`: ```svg ``` This path was exported from Figma so I'm relatively confident that...

If I apply a Path.translate, it looks like the implementation is applying this to all points, however for shouldn't it only be applied to non-relative coordinates?