Skip to content

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

Compare Source

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

Compare Source

This release brings a complete rewrite of the text rendering system.

It should fix numerous issues, including:

  • text-anchor: middle and end now correctly lays out text where there are multiple children of the text element
  • dominant-baseline: middle now uses the proper font X height for better positioning
  • textLength attribute 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading