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