Skip to content

Commit

Permalink
upgrade prawn-svg from 0.32.x to 0.33.x (PR #2469)
Browse files Browse the repository at this point in the history
adds support for the dominant-baseline SVG attribute to make text center-aligned
  • Loading branch information
henry-hsieh authored and mojavelinux committed Dec 18, 2023
1 parent 1945026 commit 764be7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

_No changes since previous release._
Enhancements::

* upgrade prawn-svg dependency to 0.33.x (PR #2469)

== 2.3.10 (2023-12-04) - @mojavelinux

Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'matrix', '~> 0.4' # required until prawn >= 2.5.0 is released
s.add_runtime_dependency 'prawn-table', '~> 0.2.0'
s.add_runtime_dependency 'prawn-templates', '~> 0.1.0'
s.add_runtime_dependency 'prawn-svg', '~> 0.32.0'
s.add_runtime_dependency 'prawn-svg', '~> 0.33.0'
s.add_runtime_dependency 'prawn-icon', '~> 3.0.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
s.add_runtime_dependency 'treetop', '~> 1.6.0'
Expand Down
Binary file modified spec/reference/admonition-icon-image.pdf
Binary file not shown.
Binary file modified spec/reference/image-wrap-inline.pdf
Binary file not shown.

0 comments on commit 764be7a

Please sign in to comment.