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 345056 - rsvg does not scale properly when dpi is given
rsvg does not scale properly when dpi is given
Status: RESOLVED DUPLICATE of bug 143300
Product: librsvg
Classification: Core
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-15 22:16 UTC by Hadmut Danisch
Modified: 2006-06-19 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hadmut Danisch 2006-06-15 22:16:20 UTC
Please describe the problem:
Hi, when given rsvg a dpi argument, such as 

rsvg -d 300 -p 300 x.svg x.png

then the image file is enlarged properly, but not the graphics itself. The graphic remains at 90 dpi in the topleft corner. 

Steps to reproduce:
1. Create any svg, e.g. with inkscape
2. rsvg -d 300 -p 300 x.svg x.png
3. View the png


Actual results:
The resulting image is larger (as expected), but the contents are not scaled appropriately, they remain in original size (90dpi)

Expected results:
Contents scaled

Does this happen every time?
yes

Other information:
Comment 1 Dominic Lachowicz 2006-06-19 15:13:21 UTC
Duplicate. Thanks.

*** This bug has been marked as a duplicate of 143300 ***