View Issue Details

IDProjectCategoryView StatusLast Update
0012187ScribusImport / Exportpublic2016-04-06 22:26
ReporterJLuc Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.5.0svn 
Summary0012187: SVG not well imported
DescriptionUploaded SVG file is not well imported
TagsSVG
Patch

Relationships

related to 0005941 acknowledged Add optional (geeky) extender for listing of unsupported SVG features that had been discarded on import 
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

JLuc

2014-04-02 19:55

developer   ~0031593

part of the "schema image n3.svg" is not imported : top image file.

JLuc

2014-04-05 13:31

developer  

svg.jpg (13,163 bytes)   
svg.jpg (13,163 bytes)   

JLuc

2014-04-05 13:31

developer  

imported svg.jpg (5,012 bytes)   
imported svg.jpg (5,012 bytes)   

JLuc

2014-04-05 13:34

developer   ~0031609

I uploaded the original SVG screenshot and its imported version screenshot.

The problematic element is a part of the image that has been 180° rotated.

Instead of appearing verticaly reverted as it should (y direction inverted), with no absolute y position change, it appears with a far negative absolute y (and y direction not inverted).

JLuc

2014-04-05 14:02

developer   ~0031610

I upload simplified svg.

In it there is :

<g 
   ... 
   y="-356.79117"
   ...
   transform="scale(1,-1)" />
</g>


It looks like scribus doesnt read the "transform = scale" attribute

JLuc

2014-04-05 14:03

developer  

simplified.svg (155,112 bytes)   
simplified.svg (155,112 bytes)   

Kunda

2014-08-06 20:03

updater   ~0033191

Running Scribus from terminal shows:
"unsupported SVG feature: stroke-miterlimit"

JLuc

2014-08-06 22:10

developer   ~0033197

Last edited: 2014-08-07 08:28

That's right : thats for file "complex.svg" that include "<path
 style="fill:#f9f9f9;stroke:#000000;stroke-width:0.54000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" ...

It doesnt happen for "simplified.svg" that doesnt include such attributes.

I've updated the file names and uploaded screenshots for simplified.svg
[edited]

JLuc

2014-08-07 08:23

developer  

complex.svg (378,175 bytes)   
complex.svg (378,175 bytes)   

JLuc

2014-08-07 08:24

developer  

JLuc

2014-08-07 08:24

developer  

scribusrendered simplified.jpg (4,502 bytes)   
scribusrendered simplified.jpg (4,502 bytes)   

JLuc

2015-10-23 13:32

developer   ~0036857

Last edited: 2015-10-23 13:32

transform="scale(1,-1) is very vector an operation, not bitmap. Shouldnt scribus handle such vector transform ?

Kunda

2015-10-23 14:12

updater   ~0036860

is there a list of what part of SVG does scribus support/not support ?

Kunda

2015-11-25 01:14

updater   ~0037659

Posted to ML http://lists.scribus.net/pipermail/scribus-dev/2015-November/002804.html

Kunda

2015-11-25 16:35

updater   ~0037677

Ongoing list of SVG elements supported in Scribus
https://gist.github.com/luzpaz/712fc8cdff669b059256

Issue History

Date Modified Username Field Change
2014-04-02 19:53 JLuc New Issue
2014-04-02 19:53 JLuc File Added: schema image n3.svg
2014-04-02 19:55 JLuc Note Added: 0031593
2014-04-05 13:31 JLuc File Added: svg.jpg
2014-04-05 13:31 JLuc File Added: imported svg.jpg
2014-04-05 13:34 JLuc Note Added: 0031609
2014-04-05 14:02 JLuc Note Added: 0031610
2014-04-05 14:03 JLuc File Added: simplified.svg
2014-08-06 20:00 Kunda Relationship added child of 0002931
2014-08-06 20:03 Kunda Note Added: 0033191
2014-08-06 20:09 Kunda Status new => feedback
2014-08-06 22:10 JLuc Note Added: 0033197
2014-08-06 22:10 JLuc Status feedback => new
2014-08-07 08:15 JLuc Note Edited: 0033197
2014-08-07 08:16 JLuc Note Edited: 0033197
2014-08-07 08:18 JLuc Note Edited: 0033197
2014-08-07 08:23 JLuc File Deleted: schema image n3.svg
2014-08-07 08:23 JLuc File Added: complex.svg
2014-08-07 08:24 JLuc File Added: expected rendering simplified.jpg
2014-08-07 08:24 JLuc File Added: scribusrendered simplified.jpg
2014-08-07 08:28 JLuc Note Edited: 0033197
2014-08-07 08:28 JLuc Note Edited: 0033197
2015-05-06 20:22 Kunda Relationship added related to 0005941
2015-05-06 20:37 Kunda Relationship added child of 0013050
2015-10-23 13:32 JLuc Note Added: 0036857
2015-10-23 13:32 JLuc Note Edited: 0036857
2015-10-23 14:12 Kunda Note Added: 0036860
2015-11-25 01:14 Kunda Note Added: 0037659
2015-11-25 16:35 Kunda Note Added: 0037677
2016-04-06 22:26 Kunda Tag Attached: svg