Bugs item #1065857, was opened at 2004-11-13 21:20
Message generated for change (Comment added) made by buliabyak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1065857&group_id=93438
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Ben Crowell (bcrowell)
Assigned to: Nobody/Anonymous (nobody)
Summary: fails to read file, should just ignore Adobe tags
Initial Comment:
Unfortunately I have to attach a 400k SVG file to show
you how to reproduce this bug -- I hope Sourceforge
will allow that, and that it won't cause problems.
This issue comes up when exporting Adobe Illustrator
files to Inkscape. When you save an AI file in SVG
format (in Illustrator CS), it gives you an option you
can check or uncheck, "Preserve Illustrator Editing
Capabilities." If you check the box, it produces an
extremely large SVG file with a whole bunch of tags in
it that look like this:
<i:pgf id="adobe_illustrator_pgf">
<![CDATA[
eJzsvWuPJLeVIPoL4j/kfjBgY69rg48IksbFAJX1mPVM2xYsex4wBkaPVJJ73dUttFrj6/31l+fF
...
I assume these are undocumented tags that Adobe has
defined for their internal use in their proprietary
software, so of course I can't expect Inkscape to
understand them, do anything useful with them, or even
preserve them. But my understanding is that in an XML
file, the standard behavior for a parser is to ignore
any tags it doesn't understand. What actually happens
when I try to read the file in Inkscape is that it
comes up as a blank document. Inkscape is able to read
the file just fine when I create it with the Preserve
Illustrator Editing Capabilities option unchecked.
----------------------------------------------------------------------
>Comment By: bulia byak (buliabyak)
Date: 2004-11-13 21:55
Message:
Logged In: YES
user_id=741217
Shows OK in CVS version. The file only has a single white
rectangle.
----------------------------------------------------------------------
Comment By: Ben Crowell (bcrowell)
Date: 2004-11-13 21:22
Message:
Logged In: YES
user_id=50784
Sourceforge rejected the attachment because it was over
256k. I've made a copy available at the following URL:
http://www.lightandmatter.com/illustrator.svg
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1065857&group_id=93438
|