We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.3.2
Describe the bug When optimizing an SVG with a pattern that's referenced by a path, the resulting SVG does not contain the referenced pattern anymore.
To Reproduce
svgo -i input.svg -o output.svg
output.svg
224 KB
233 bytes
Expected behavior The resulting SVG is displays the pattern.
Screenshots
Desktop
SVGO Version: 3.3.2 NodeJs Version: 20.15.1 OS: macOS 15.2 CPU: (12) arm64 Apple M2 Pro Memory: 95.89 MB / 16.00 GB Shell: 5.9 - /bin/zsh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When optimizing an SVG with a pattern that's referenced by a path, the resulting SVG does not contain the referenced pattern anymore.
To Reproduce
svgo -i input.svg -o output.svg
output.svg
doesn't display anything anymore. File size of input is224 KB
, output is233 bytes
.Expected behavior
The resulting SVG is displays the pattern.
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: