After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355406 - Images in converted PDFs fills whole page
Images in converted PDFs fills whole page
Status: RESOLVED NOTGNOME
Product: librsvg
Classification: Core
Component: general
2.16.x
Other All
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-11 09:37 UTC by Tuukka Pasanen
Modified: 2006-09-11 12:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
This is just made for example (to show how it's tested) (7.26 KB, image/svg+xml)
2006-09-11 09:41 UTC, Tuukka Pasanen
Details
Just example image to test with.. (541.99 KB, image/png)
2006-09-11 09:45 UTC, Tuukka Pasanen
Details
To make sure this ain't PNG problem (47.05 KB, image/jpeg)
2006-09-11 09:46 UTC, Tuukka Pasanen
Details
how it's supposed to look (PNG) (58.26 KB, image/png)
2006-09-11 11:55 UTC, Dominic Lachowicz
Details

Description Tuukka Pasanen 2006-09-11 09:37:28 UTC
Please describe the problem:
If one puts Image in Inkscape page (scales it down) and put another one to page (and scale down). Whole page is filled with image.

Steps to reproduce:
1. Open Inkscape
2. Import image
3. Scale down/up
4. Import another
5. Save
6. Run rsvg-convert -f pdf image.svg -o image.pdf
7. runs acroread/xpdf image.pdf


Actual results:
Whole image.pdf should be filled with one image.

Expected results:
Image(s) are in their own places

Does this happen every time?
Yes.. sometime if you only have one image it makes them out to be 4 or 8.

Other information:
Librsvg 2.16.0 (builded with libcroco 0.6.1)
Comment 1 Tuukka Pasanen 2006-09-11 09:41:23 UTC
Created attachment 72537 [details]
This is just made for example (to show how it's tested)
Comment 2 Tuukka Pasanen 2006-09-11 09:45:22 UTC
Created attachment 72538 [details]
Just example image to test with..
Comment 3 Tuukka Pasanen 2006-09-11 09:46:05 UTC
Created attachment 72539 [details]
To make sure this ain't PNG problem
Comment 4 Dominic Lachowicz 2006-09-11 11:55:02 UTC
Created attachment 72544 [details]
how it's supposed to look (PNG)

rsvg-convert -f png image.svg -o image.png
Comment 5 Dominic Lachowicz 2006-09-11 12:00:40 UTC
This is a bug in an underlying library called "cairo". I've re-filed this bug at https://bugs.freedesktop.org/show_bug.cgi?id=8222

Thanks for the bug report.