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 committed Dec 18, 2023
1 parent c559860 commit cd71092
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Enhancements::
* add symbols for shift, command, option, and return keys to the fallback font
* add support for `nowrap` and `nobreak` roles on formatted text
* do not insert break opportunities into bare URL with `nobreak` role
* upgrade prawn-svg dependency to 0.33.x (PR #2469)

Improvements::

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.1.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 cd71092

Please sign in to comment.