Skip to content

Commit

Permalink
upgrade to Prawn SVG 0.20.0
Browse files Browse the repository at this point in the history
solves the excess padding problem below images
  • Loading branch information
mojavelinux committed Jun 21, 2015
1 parent ccb8ae6 commit 50fd79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions WORKLOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
* implement first-line indent for paragraphs (seems like conflict w/ our text formatter)
- option to not indent first paragraph in section
- if you indent, perhaps drop the margin between paragraphs?
* GhostScript Tiger SVG is reporting incorrect height when embedded (too much spacing below)
- Reported as https://github.com/mogest/prawn-svg/issues/55 (resolved in prawn-svg 0.20.0)
* add index support
* add entry to TOC for preamble/preface
* allow text alignment of prose to be set in document
Expand Down Expand Up @@ -136,7 +134,7 @@
* fix passthrough placeholders that get caught up in syntax highlighting (see https://github.com/asciidoctor/asciidoctor/blob/master/test/blocks_test.rb#L2258-L2277)
* we could eliminate some of the tags we're currently matching in the formatted text parser (e.g., link)
* add Preamble to TOC
* NOTE prawn-svg supports loading from a URI
* NOTE prawn-svg supports loading from a URI (only applies to embedded images)
* honor font defs in SVG (to get M+ 1p); prawn-svg supports loading fonts; need to pass fonts to prawn-svg
* should we support % as a unit in theme (divides by 100 and sets float value)?
* disable monospace color in headings
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P
s.add_runtime_dependency 'prawn', '>= 1.3.0', '< 3.0.0'
s.add_runtime_dependency 'prawn-table', '0.2.1'
s.add_runtime_dependency 'prawn-templates', '0.0.3'
s.add_runtime_dependency 'prawn-svg', '0.18.0'
s.add_runtime_dependency 'prawn-svg', '0.20.0'
s.add_runtime_dependency 'prawn-icon', '0.6.4'
s.add_runtime_dependency 'safe_yaml', '1.0.4'
s.add_runtime_dependency 'thread_safe', '0.3.4'
Expand Down

0 comments on commit 50fd79b

Please sign in to comment.