Chanaka Jayamal created BATIK-1052: -------------------------------------- Summary: Patterns with Embedded xlink:href="#image" doesn't work with Batik 1.8 Key: BATIK-1052 URL: https://issues.apache.org/jira/browse/BATIK-1052 Project: Batik Issue Type: Bug Components: Bridge Affects Versions: 1.8 Reporter: Chanaka Jayamal
To reproduce the bug : run the attached test case with batik-squiggler It simply does something like : <pattern- id="pattern133" patternUnits="userSpaceOnUse" width="149" height="78"> <use xlink:href="#image532" id="use3467" /> </pattern> <image id="image532" width="149" height="78" xlink:href="data:image/png;base64,.... data ....." /> Observed : Shows a broken image not the embedded image, no exceptions raised Expected : Shows a Happy Face image -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org