summaryrefslogtreecommitdiff
path: root/spec/image_spec.rb
AgeCommit message (Expand)Author
2024-05-31resolves #2512 support base64-encoded SVG image reference in SVG (PR #2524)Dan Allen
2024-03-07remove use of base64 library in test suiteDan Allen
2024-03-07upgrade prawn-svg to 0.34 to fix warning about base64 gem when using Ruby >= ...Dan Allen
2024-02-16backport fix for #2492 don't warn about missing character in fallback font wh...Dan Allen
2024-01-20backport fix for #2477 force color space to be set when setting up graphic st...Dan Allen
2023-10-05use consistent terminator for heredocDan Allen
2023-10-05backport fix for #2453 add fallback character for placeholder character when ...Dan Allen
2023-06-28backport fix for #2433 correctly align block image in raster format in column...Dan Allen
2023-04-13add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2022-10-28upgrade RuboCop and RSpec; configure new rules and update code to conformDan Allen
2022-08-16verify that PNG image is decoded again in scratch documentDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-08-06fix typo in test descriptions [no ci]Dan Allen
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document s...Dan Allen
2022-07-19use Pathname in place of FileUtils in test suite where possibleDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-17refactor test suiteDan Allen
2022-07-16organize PDF inspectors in test suite into separate filesDan Allen
2022-06-24make URL check more strict so image target containing a colon is not mistaken...Dan Allen
2022-06-24resolves #2258 allow alt text for block image, video, and audio to wrap to ne...Dan Allen
2022-06-24don't join text on different pages in lines helper in test suiteDan Allen
2022-06-22remove debug flag in test suiteDan Allen
2022-06-22verify page margin is restored after imported pageDan Allen
2022-06-12resolves #2241 place block image in SVG format in correct column when page co...Dan Allen
2022-06-10fix flakey testDan Allen
2022-06-07fix x position of SVG when advanced to next column of column boxDan Allen
2022-06-07at_page_top? should treat top of column box as top of pageDan Allen
2022-06-05enhance with_tmp_file to accept tmpdir option or write to spec/tmp by defaultDan Allen
2022-06-04resolves #1933 add support for scale attribute or iw units on pdfwidth attrib...Dan Allen
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