View Issue Details

IDProjectCategoryView StatusLast Update
0005658ScribusImport / Exportpublic2007-05-26 12:30
ReporterCamilleM Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86-32OSGNU/LinuxOS VersionUbuntu 7.04
Product Version1.3.3.8 
Fixed in Version1.3.3.10svn 
Summary0005658: Export to SVG of drawing previously imported as EPS sets wrong color
DescriptionIf you import the test.eps file (attached), the result looks OK.
But if you export it as SVG, some shapes will have the wrong color : if you look at the code of the resulting SVG file, you'll see that somtimes the parameter fill of the style attribute is set to "none" instead of the appropriate value
For instance
<g transform="translate(193.06, 179)" style="fill:none;
that should be
<g transform="translate(193.06, 179)" style="fill:#0033ff;
Steps To Reproduce-Create a new blank document
-[File>Import>Import EPS/PS], then choose the test.eps file (attached)
The drawing appears as expected
-[File>Export>Save page as SVG], and name the file whatever.svg
The reimport the file you just exported
-[File>Import>Import SVG], then choose the file you just exported
You'll see that some shapes are missing.
They are actually transparent.

Additional InformationOriginal EPS file created by Adobe Illustrator(R) 11
TagsNo tags attached.
Patch

Activities

2007-05-09 21:17

 

test.eps (629,225 bytes)   
test.eps (629,225 bytes)   

plinnell

2007-05-26 12:30

viewer   ~0016330

tested fixed
the SVG is sized differently, but the file is scalable and usable

Issue History

Date Modified Username Field Change
2007-05-09 21:17 CamilleM New Issue
2007-05-09 21:17 CamilleM File Added: test.eps
2007-05-09 22:49 jghali Status new => resolved
2007-05-09 22:49 jghali Fixed in Version => 1.3.3.10cvs
2007-05-09 22:49 jghali Resolution open => fixed
2007-05-09 22:49 jghali Assigned To => jghali
2007-05-26 12:30 plinnell Status resolved => closed
2007-05-26 12:30 plinnell Note Added: 0016330