View Issue Details

IDProjectCategoryView StatusLast Update
0009078ScribusImport / Exportpublic2018-04-30 13:21
Reporterfschmid Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version1.3.7svn 
Summary0009078: Incorrect Import of SVG File.
DescriptionTry to load the file: http://upload.wikimedia.org/wikipedia/commons/5/52/Greater_Coat_of_Arms_of_Belgium.svg [^] into Scribus, the curtain on the right side is missing. Seems to be an issue with the "use" svg element
TagsSVG
Attached Files
9078(1.5).jpg (427,016 bytes)   
9078(1.5).jpg (427,016 bytes)   
PatchNo

Relationships

child of 0002931 acknowledged Metabug: SVG 
child of 0013050 new [Feature] Add optional info box in GUI for debug purposes and reporting more indepth errors 

Activities

jghali

2010-05-04 21:35

administrator   ~0023867

Last edited: 2010-05-04 21:49

That svg uses in some place very high coordinates with transformation matrices which scale (afterwards) those coordinates to more reasonable values. Used on such paths, functions such as FPointArray::map() and others will not give correct results as coordinates > 900000 are considered as subpath marker. This incorrect behavior is in fact also the primary cause of 0009076.

dietmar83

2011-12-27 23:33

reporter   ~0027399

Last edited: 2011-12-27 23:45

Seems to be resolved. Could anyone test again?
(Edit: Sorry, this isn't resolved since there are missing objects above the right side of the emblem.)

Kunda

2014-06-04 12:44

updater   ~0031996

Tested in 1.4.4 curtain still missing and some colors are different

Command line output shows:
"unsupported SVG feature: stroke-miterlimit"
"unsupported SVG feature: marker"
"unsupported SVG feature: visibility"
"unsupported SVG feature: overflow"
"unsupported SVG feature: enable-background"
"unsupported SVG feature: font-variant"
"unsupported SVG feature: text-indent"
"unsupported SVG feature: text-align"
"unsupported SVG feature: line-height"
"unsupported SVG feature: letter-spacing"
"unsupported SVG feature: word-spacing"
"unsupported SVG feature: text-transform"
"unsupported SVG feature: direction"
"unsupported SVG feature: block-progression"
"unsupported SVG feature: writing-mode"
"unsupported SVG feature: -inkscape-font-specification"

Haven't tested in 1.5svn

FirasH

2014-06-24 15:01

reporter   ~0032278

Still there in 1.5.0.svn (19272)
Attached a screenshot.

Issue History

Date Modified Username Field Change
2010-05-04 21:10 fschmid New Issue
2010-05-04 21:35 jghali Note Added: 0023867
2010-05-04 21:36 jghali Note Edited: 0023867
2010-05-04 21:49 jghali Note Edited: 0023867
2011-12-27 23:33 dietmar83 Note Added: 0027399
2011-12-27 23:45 dietmar83 Note Edited: 0027399
2014-06-04 12:44 Kunda Note Added: 0031996
2014-06-24 15:01 FirasH Note Added: 0032278
2014-06-24 15:01 FirasH File Added: 9078(1.5).jpg
2014-07-23 21:19 Kunda Status new => confirmed
2014-07-23 21:19 Kunda Target Version => 1.5.1
2014-07-23 21:20 Kunda Relationship added child of 0002931
2015-05-06 20:36 Kunda Relationship added child of 0013050
2015-11-29 14:09 Kunda Target Version 1.5.1 => 1.5.2
2016-01-23 17:15 cbradney Target Version 1.5.2 => 1.5.4.svn
2016-04-21 12:15 Kunda Tag Attached: SVG
2018-04-30 13:21 jghali Target Version 1.5.4.svn =>
2018-04-30 13:21 jghali Patch => No