cantoo-scribe / pdf-lib

Create and modify PDF documents in any JavaScript environment
https://pdf-lib.js.org
MIT License
124 stars 24 forks source link

fix the viewbox content scaling to select the minimum scaling #43

Closed MatheusrdSantos closed 8 months ago

MatheusrdSantos commented 8 months ago

What?

This PR fixes the implementation of the preserveAspectRatio attribute.

Why?

The 'meet' pattern was wrong and adds the implementation for the 'slice' was missing.

How?

Testing?

New Dependencies?

Screenshots

before: image

after: image

Suggested Reading?

https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute

Anything Else?

Checklist