asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 500 forks source link

Raster image placed incorrectly in 2-column article when floated or aligned to the right #2433

Closed greendog99 closed 1 year ago

greendog99 commented 1 year ago

In an article with columns: 2, using align=right or float=right on a raster image places the image in the wrong place (off the left edge of the column).

Per @mojavelinux this is a Prawn issue similar to #2241 but for rasters rather than SVGs.