Bug 41657 - No support for SVG 1.2 in instream-foreign-object
Summary: No support for SVG 1.2 in instream-foreign-object
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: svg (show other bugs)
Version: 0.93
Hardware: Other Windows XP
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 16:45 UTC by apache.org@shaftek.org
Modified: 2012-04-01 06:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description apache.org@shaftek.org 2007-02-19 16:45:40 UTC
SVG 1.2 is not supported when using instream-foreign-object BUT it is supported 
when using fo:external-graphic. This is due to the fact that 
org.apache.fop.image.analyser.SVGReader uses 
org.apache.batik.dom.svg.SAXSVGDocumentFactory to obtain the SVG document - 
that class supports SVG 1.2. But the classes that handle the instream-foreign-
object SVG support are mapped directly to the SVG 1.1 implementation.
Comment 1 Jeremias Maerki 2008-11-21 09:42:53 UTC
This is implemented in FOP Trunk now.
http://svn.apache.org/viewvc?rev=719616&view=rev
http://svn.apache.org/viewvc?rev=719646&view=rev
Comment 2 Glenn Adams 2012-04-01 06:48:37 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed