Hi, > Hardly Batik related, but here's a small SVG path element "d" attrib > parser that I wrote for a game I'm working on. I tried to use Batik at > first but the project dependencies needed to stay small so I went with > this. I'm sure it's not efficient, but it works for me. I have some > more code to go with this to parse nested groups, line and fill style > and associated transforms if you're interested.
Very interesting parser using Regex, nice work. Some additional info, batik have its own parser for those stuff under org.batik.parser eg: PathParser and PathHandler. And does batik now support JDK1.4 (jdk1.3 doesn't support regex) ? Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]