Skip to content

Instantly share code, notes, and snippets.

@paulp
Created March 7, 2017 20:48
Show Gist options
  • Save paulp/bd6020b2fb4af5e6cabb3c7e58e49d0f to your computer and use it in GitHub Desktop.
Save paulp/bd6020b2fb4af5e6cabb3c7e58e49d0f to your computer and use it in GitHub Desktop.
reftree
org.w3c.dom.DOMException: <unknown>:
The attribute "stroke" represents an invalid CSS value ("transparent").
Original message:
The "transparent" identifier is not a valid value for the "stroke" property.
at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(Unknown Source)
at org.apache.batik.css.engine.CSSEngine.getComputedStyle(Unknown Source)
at org.apache.batik.bridge.CSSUtilities.getComputedStyle(Unknown Source)
at org.apache.batik.bridge.CSSUtilities.convertDisplay(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.buildComposite(Unknown Source)
at org.apache.batik.bridge.GVTBuilder.build(Unknown Source)
at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source)
at org.apache.batik.transcoder.image.ImageTranscoder.transcode(Unknown Source)
at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown Source)
at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source)
at reftree.render.AnimatedGifRenderer$.reftree$render$AnimatedGifRenderer$$renderImage(AnimatedGifRenderer.scala:56)
at reftree.render.AnimatedGifRenderer$$anonfun$3.apply(AnimatedGifRenderer.scala:69)
at reftree.render.AnimatedGifRenderer$$anonfun$3.apply(AnimatedGifRenderer.scala:69)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment