Skip to content

feat: add path parsing to BasicShape#868

Open
noahbald wants to merge 6 commits intoparcel-bundler:masterfrom
noahbald:feature/basic-shape-parsed-path
Open

feat: add path parsing to BasicShape#868
noahbald wants to merge 6 commits intoparcel-bundler:masterfrom
noahbald:feature/basic-shape-parsed-path

Conversation

@noahbald
Copy link
Contributor

This PR adds support for parsing and minifying path definitions, such as clip-path: path('M0 0L10 10') which would be minified as clip-path: path('M0 0 10 10')

See here for tests, which covers all the path optimization related tests from SVGO

Duplicate of #824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant