Update dependency prawn-svg to v0.38.1
This MR contains the following updates:
| Package | Update | Change | MyDiffEnd |
|---|---|---|---|
| prawn-svg | minor |
0.37.0 -> 0.38.1
|
https://my.diffend.io/gems/prawn-svg/0.37.0/0.38.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
mogest/prawn-svg (prawn-svg)
v0.38.1
Bug fixes:
- Prefer explicitly mapped fonts over generic default ones
- Handle references to unparsed
<text>elements - rexml upgrade
Full Changelog: https://github.com/mogest/prawn-svg/compare/v0.38.0...v0.38.1
v0.38.0
This release brings a complete rewrite of the text rendering system.
It should fix numerous issues, including:
-
text-anchor: middleandendnow correctly lays out text where there are multiple children of the text element -
dominant-baseline: middlenow uses the proper font X height for better positioning -
textLengthattribute is correctly applied even when there are multiple children of the text or tspan element - if the requested font weight is not available, a close font-weight is selected rather than always falling back to "normal"
With the rewrite there may come regressions. I've done my best to eliminate them, but please report an issue if you find anything wrong.
Full Changelog: https://github.com/mogest/prawn-svg/compare/v0.37.0...v0.38.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.