You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2012/06/22 16:00:17 UTC

[Xmlgraphics-batik Wiki] Trivial Update of "BuildAndParse" by drool

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-batik Wiki" for change notification.

The "BuildAndParse" page has been changed by drool:
http://wiki.apache.org/xmlgraphics-batik/BuildAndParse?action=diff&rev1=4&rev2=5

Comment:
fixed closing braces, so that the last code block is visible

  	//If I want to parse the "d" attribute
  	String toParse = elt.getAttribute("d");
  	//This string can then be fed to a PathParser if you want to create the shapes yourself
- }
+ }}}