5 Mar
2015
5 Mar
'15
3 p.m.
Hi Oleg, Oleg Maximenko wrote:
I developed library that carries out large amount of tasks related to SVG reading - parses various SVG syntaxes (with Spirit), makes some conversions and implements few non-trivial algorithms common to SVG reading applications. Using this library developer may focus on importing/drawing tasks, leaving SVG details to library. I believe that it is (almost) generic enough for Boost standards, but not sure if there is a place for it in Boost collection. Should I move toward library proposal? Any feedback is welcome.
SVG is an XML format. Boost doesn't have an XML library. Have you created your own XML parser, using Spirit? Is that usable by itself? Regards, Phil.