Skip to content

svgload: honor DPI when scaling elements with non-pixel units #4636

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

Open
wants to merge 2 commits into
base: 8.17
Choose a base branch
from

Conversation

kleisauke
Copy link
Member

Pass the user-specified DPI to librsvg so that SVG elements using non-pixel units (e.g., mm, cm, in) are scaled correctly. Previously, these elements were always rendered at 72 DPI, which could result in incorrect sizes.

Resolves: #4628.
Targets the 8.17 branch.

Pass the user-specified DPI to librsvg so that SVG elements using
non-pixel units (e.g., mm, cm, in) are scaled correctly. Previously,
these elements were always rendered at 72 DPI, which could result in
incorrect sizes.

Resolves: libvips#4628.
Copy link
Member

@jcupitt jcupitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

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.

2 participants