[ https://issues.apache.org/jira/browse/BATIK-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420224#comment-17420224 ]
Nigel Kendrick commented on BATIK-1195: --------------------------------------- These bugs grow up so fast! Here's a bash script that fixes a couple of parsing issues importing svg icon files into the yEd diagram editor app, but it will likely work for other apps. https://github.com/linker3000/svg-check > Missing offset attribute from gradient style should be defaulted and not > error out > ---------------------------------------------------------------------------------- > > Key: BATIK-1195 > URL: https://issues.apache.org/jira/browse/BATIK-1195 > Project: Batik > Issue Type: Bug > Affects Versions: 1.9 > Reporter: Jan Uhlir > Priority: Minor > > This issue prevents rendering of this SVGs from Wikipedia: > * https://upload.wikimedia.org/wikipedia/commons/8/8d/Antu_folder-yellow.svg > * > https://upload.wikimedia.org/wikipedia/commons/d/d7/Breezeicons-places-64-folder-orange.svg > Relevant code snippet from Breezeicons-places-64-folder-orange.svg: > {code} > <linearGradient id="linearGradient4172-0"> > <stop style="stop-color:#f89406" id="stop4174-4"/> > <stop offset="1" style="stop-color:#faa938" id="stop4176-5"/> > </linearGradient> > {code} > Cause exception: > {code} > The attribute "offset" of the element <stop> is required > at > org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:227) > at > org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:92) > at > org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:142) > at > org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156) > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org