I want to parse SVG files in C++ on OS X, and I need a library. It should be sim
ID: 660636 • Letter: I
Question
I want to parse SVG files in C++ on OS X, and I need a library. It should be simple, lightweight and should not have many dependencies. My SVG files are also simple - they contain only simple shapes and paths like rectangles and transformation info. Do you know of any parsers?
Note: I want to get beyond XML struct parsed shape informations like rectangle width, height and path points, in floats etc. I already tried libtinysvg, and it does not event parse most of w3c samples and has a few dependencies of its own!
Explanation / Answer
The QT Framework includes QT SVG, a module able to generate and render SVG files.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.