index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
image_spec.rb
Age
Commit message (
Expand
)
Author
2022-06-03
resolves #2228 fix crash when doctitle or section title with automatic ID con...
Dan Allen
2022-06-02
resolves #1941 allow image path in SVG to refer to any location within Asciid...
Dan Allen
2022-06-01
refactor code that looks up image handler in prawn-svg patch
Dan Allen
2022-06-01
resolves #2223 use prawn-gmagick, if available, to read raster image referenc...
Dan Allen
2022-05-31
tune prawn-gmagick recommendation (PR #2222)
Dan Allen
2022-05-29
resolves #2215 interpret width of SVG correctly when width is defined in file...
Dan Allen
2022-05-28
resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it e...
Dan Allen
2022-05-25
resolves #2205 set height of resized image to available height (PR #2206)
Dan Allen
2022-05-20
resolves #2193 fix size and position of full height inline image so it fits w...
Dan Allen
2022-05-16
resolves #2176 look for block align roles on image instead of text align role...
Dan Allen
2022-05-14
resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...
Dan Allen
2022-05-11
resolves #2150 coerce image-caption-max-width to fit-content if float attribu...
Dan Allen
2022-05-11
resolves #2156 honor caption-align when element align is not left and caption...
Dan Allen
2022-05-02
resolves #2115 allow theme to configure the end on which the caption of a blo...
Dan Allen
2022-05-02
resolves #2119 allow border width of block image to be specified as an array ...
Dan Allen
2022-04-28
fix lint error in test suite
Dan Allen
2022-04-28
set correct attribute on notitle section being replaced by imported PDF page
Dan Allen
2022-04-27
resolves #1213 allow imported page to be referenced from TOC by enclosing in ...
Dan Allen
2022-04-26
switch remote image URLs in test suite to stable release
Dan Allen
2022-04-18
resolves #2013 allow location of anchor for block to be positioned relative t...
Dan Allen
2022-04-15
resolves #1939 honor role and inherited role on inline image (PR #2029)
Dan Allen
2022-04-14
resolves #1515 implement smart block bottom margins to prevent extra space be...
Dan Allen
2022-04-05
resolves #2003 compute extent of content in scratch document to arrange conte...
Dan Allen
2022-04-05
only nudge margin box if necessary when computing height of caption
Dan Allen
2022-03-05
add helper to retrieve metadata for destination
Dan Allen
2021-12-28
update open-uri-cached and enable test on Ruby 3.1
Dan Allen
2021-12-27
fix lint error
Dan Allen
2021-12-27
add Ruby 3.1 to CI matrix; update error message transformation to account for...
Dan Allen
2021-09-21
resolves #1970 don't crash if value of width attribute on image has invalid f...
Dan Allen
2021-06-16
upgrade RuboCop and adjust code to match fix for RegexpLiteral rule
Dan Allen
2021-06-11
add test to assert SVG in SVG is not supported and that converter issues warning
Dan Allen
2021-06-08
tighten code style rules for test suite [skip ci]
Dan Allen
2021-06-06
enable Style/FormatStringToken rule and add exceptions [skip ci]
Dan Allen
2021-06-06
enforce no braces around Hash in last position of array and update code to co...
Dan Allen
2021-04-28
resolves #1915 support link attribute on icon macro (PR #1916)
Dan Allen
2021-04-28
escape closing square bracket around alt text of missing image so it doesn't ...
Dan Allen
2021-04-02
position anchor for block image above top margin
Dan Allen
2021-04-01
fix lint error
Dan Allen
2021-04-01
verify log message when format of inline image is unspecified and gmagick is ...
Dan Allen
2021-03-01
adjust caption test to cover missing scenario
Dan Allen
2021-02-26
verify fit-content function can be used to site caption on image
Dan Allen
2021-02-26
verify that :fit option for SVG is only used if :width and :height are not set
Dan Allen
2021-02-14
verify converter does not draw border around image if border color is transpa...
Dan Allen
2021-02-12
emulate scenario when prawn-gmagick is not available
Dan Allen
2021-01-30
add test to verify PDF with no pages referenced by block image macro is not i...
Dan Allen
2021-01-26
use new precision setting in Prawn
Dan Allen
2021-01-11
align warning message about allow-uri-read with core processor
Dan Allen
2021-01-08
resolves #1858 deduplicate inline image fragments that have been split up (PR...
Dan Allen
2021-01-08
verify caption stays with image when image is scaled down to fit on page
Dan Allen
2021-01-08
move stray image caption tests to Caption context
Dan Allen
[next]