Sergey B. created FOP-2652:
------------------------------
Summary: SVG image relative url is broken when rednering PDF
Key: FOP-2652
URL: https://issues.apache.org/jira/browse/FOP-2652
Project: FOP
Issue Type: Bug
Components: renderer/svg
Affects Versions: 2.1
Environment: Windows 7 x64
java 1.8.0_102 64-Bit
Reporter: Sergey B.
When rendering fo-file into PDF urls to svg images are treated incorrectly
because some extra componets are preprended to them. Other images with similar
urls works fine.
{code}
<fo:external-graphic src="url('images/svg.svg')"/> doesn't work
<fo:external-graphic src="url('images/png.png')"/> has no problem
{code}
Files to reproduce are in zip archive batik-svg-error.zip.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)