Skip to content

Fix images rendered in for loops#9

Open
a0c wants to merge 1 commit intoaeroo:masterfrom
savoirfairelinux:ddufresne_fix_images_in_loops
Open

Fix images rendered in for loops#9
a0c wants to merge 1 commit intoaeroo:masterfrom
savoirfairelinux:ddufresne_fix_images_in_loops

Conversation

@a0c
Copy link

@a0c a0c commented Dec 1, 2017

When rendering more than 2 images in a report, only the 2 first would appear.
This is because Libreoffice does not let 2 images have the same name.
Before this fix, the first image was generated with name='Aeroo Image '
and the second with name='Image2'. Any other image was not rendered.

If we let the attribute empty, Libreoffice generates a name automatically for
each image which solves the problem.

When rendering more than 2 images in a report, only the 2 first would appear.
This is because Libreoffice does not let 2 images have the same name.
Before this fix, the first image was generated with name='Aeroo Image '
and the second with name='Image2'. Any other image was not rendered.

If we let the attribute empty, Libreoffice generates a name automatically for
each image which solves the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants