DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14468>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14468 broken link when using <image xlink:href="... to try resizing SVG external graphics Summary: broken link when using <image xlink:href="... to try resizing SVG external graphics Product: Fop Version: 0.20.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: svg AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, can someone explain me why : <fo:external-graphic src="file:///c:/myfile.svg"/> works with FOP 0.20.4 (produces a good pdf) whereas : ... <fo:instream-foreign-object> <svg xmlns="http://www.w3.org/2000/svg" width="20mm" height="20mm" xml:space="preserve"> <g ...> <image xlink:href="file:///c:/myfile.svg" x="0" y="0" width="20mm" height="20mm"/> </g> </svg> </fo:instream-foreign-object> doesn't ? (xmlns:xlink="..." declaration is on my xsl file header) The second one produces the PDF, no error message, but instead of the SVG image I've got a kind of broken batik logo with a small (i) on the right bottom corner... Looks like batik can't find the xlink:href referenced file... I tried to put the second code portion in a stand-alone svg file, and my Adobe plug-in work perfectly with it (but on-screen only)... thanx, r0main --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]