You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to define a theme to be used by the asciidoctor-pdf renderer which displays two images in the header - one on the left, the other one on the right.
As you can see the image on the right is correctly aligned to the right but shifted down.
If I use a similar definition for the footer, only the left image is rendered - the right one is missing altogether.
Could you please have a look at it and fix the image alignment?
Thank you in advance.
Thanks for reporting! It looks like the cursor was not being properly reset after placing the image in the running content. As a result, the image on the other side was being placed below the other when they should be aligned vertically.
I've submitted a patch with a fix. I'll include this as part of the next alpha.
I tried to define a theme to be used by the asciidoctor-pdf renderer which displays two images in the header - one on the left, the other one on the right.
Here's the snippet from the theme.yml:
Unfortunately it got rendered like this:
As you can see the image on the right is correctly aligned to the right but shifted down.
If I use a similar definition for the footer, only the left image is rendered - the right one is missing altogether.
Could you please have a look at it and fix the image alignment?
Thank you in advance.
Here's a minimal sample project showing the problem:
NoTwoHeaderImages.zip
The text was updated successfully, but these errors were encountered: