Skip to content
New issue

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

Update usvg to 0.42.0 #145

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Update usvg to 0.42.0 #145

merged 2 commits into from
Jun 19, 2024

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Jun 19, 2024

The main issue is that usvg now generates a top level group to capture the viewBox transform, if any. This interferes with our layer heuristics. We now detect such group and, when detected, parse its children to create layers.

Other changes in usvg are welcome: immutable object, method APIs instead of data member, etc.

Also:

  • updated deny.toml

The main issue is that usvg now generates a top level group to capture the `viewBox`, if any. This interferes with our layer heuristics. We now detect such group and, when detected, parse its children to create layers.
@abey79 abey79 added vsvg Relates to vsvg dependencies Change/update dependencies labels Jun 19, 2024
@abey79 abey79 merged commit 6ade34e into master Jun 19, 2024
10 checks passed
@abey79 abey79 deleted the update-usvg branch June 19, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change/update dependencies vsvg Relates to vsvg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant