views:

53

answers:

1

Does anybody know of a good SVG parser that puts out an SVG object in C++? I don't mind if it's free or paid. I'm just looking for one that is cleanly architected and adheres very well to the spec. Preferably one that would let me start rendering by just inspecting the structures and passing the info on to Cairo or QT.

Thanks!

+2  A: 

Maybe you should have a look at the Fog-Framework

Polybos