GNOME Bugzilla – Bug 355406
Images in converted PDFs fills whole page
Last modified: 2006-09-11 12:00:40 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)
Created attachment 72537 [details] This is just made for example (to show how it's tested)
Created attachment 72538 [details] Just example image to test with..
Created attachment 72539 [details] To make sure this ain't PNG problem
Created attachment 72544 [details] how it's supposed to look (PNG) rsvg-convert -f png image.svg -o image.png
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.