From: Sam Moore Date: Tue, 12 Aug 2014 06:08:00 +0000 (+0800) Subject: Deal with groups in SVG parsing X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=208cee1f6967db42329a3e665401ef51b3f6d9ff;hp=208cee1f6967db42329a3e665401ef51b3f6d9ff;ds=inline Deal with groups in SVG parsing ParseSVGNode will recursively parse , and nodes. Basically just going to try and implement a bunch more of SVG now. The "transform" attribute would be a useful one to deal with because svg editors (at least, inkscape) seem to be rather liberal in using it. I hope the timestamp for this is correct, I ran git commit --amend but I don't know if that will fix it. ---