View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001328 | Scribus | Import / Export | public | 2004-11-18 22:04 | 2004-12-15 00:21 |
Reporter | ph0101 | Assigned To | fschmid | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Gnu/Linux i686 | OS | Fedora Core Rawhide | OS Version | 3+ |
Product Version | 1.2CVS | ||||
Fixed in Version | 1.2.1cvs | ||||
Summary | 0001328: SVG Import: incorrect units | ||||
Description | SVG import results in my rectangle being the wrong size. The SVG spec says numbers without units are measured in "User Units" = 1 px. 1 pt = 1.25 px Scribus loads the rectangle with width and height in pt as default unit. Everything is the wrong size, and my document is cut off at the end of the page. | ||||
Steps To Reproduce | 1. Create a rectangle in inkscape 2. Import the document in scribus | ||||
Additional Information | ImageMagick's convert utility behaves the same way - it cuts off the document at the end of the page, because it's the wrong size. | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0002931 | acknowledged | Metabug: SVG |
|
As far as we know, Inkscape actually implements this incorrectly. |
|
How so. The SVG spec over here: http://www.w3.org/TR/2001/REC-SVG-20010904/coords.html#Units says things without explicit units are measured in "user units" = 1 px = 1.25 pt. A rectangle of width 195 with no unit marked in the xml file appears to be of width 195pt in scribus, when it seems like it should be 195/1.25 to display properly. Please explain, or if I'm wrong advise what the problem is with inkscape so I can file a bug over there. |
|
I'm sorry that should have been 1pt = 1.25 px, not 1px = 1.25 pt. It still looks wrong. |
|
Didnt disagree with the issue.. but yes, they know theres an issue in Inkscape. |
|
I don't understand. Scribus fails to interpret the SVG file generated with inkscape, because it doesn't follow SVG specs that say measurements without units should be interpreted in px, not in pt. You don't disagree with the issue yet you're telling me the bug is in inkscape...doesn't make any sense to me. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-18 22:04 | ph0101 | New Issue | |
2004-11-19 23:09 | cbradney | Note Added: 0002910 | |
2004-11-20 00:53 | ph0101 | Note Added: 0002912 | |
2004-11-20 00:55 | ph0101 | Note Added: 0002913 | |
2004-11-20 00:55 | cbradney | Note Added: 0002914 | |
2004-11-20 06:37 | ph0101 | Note Added: 0002915 | |
2004-12-08 18:44 | cbradney | Status | new => assigned |
2004-12-08 18:44 | cbradney | Assigned To | => fschmid |
2004-12-10 21:53 | fschmid | Status | assigned => resolved |
2004-12-10 21:53 | fschmid | Fixed in Version | => 1.2.1cvs |
2004-12-10 21:53 | fschmid | Resolution | open => fixed |
2004-12-15 00:21 | cbradney | Status | resolved => closed |
2006-05-17 19:29 | christoph_s | Relationship added | child of 0002931 |