Svg parser is a C++ library, that you can use to parse SVG documents to build object model, you can work with. It's very small, so you don't need much time to build it. You can easily integrate it to your applications because of some accessibilities.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Svg parser
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
-
No example or readme requires "tinyxml.h" not included or documented where to get (by trial an error SourceForge's Tinyxml project with hardcoded "#define TIXML_USE_STL" seems to work.) Also require the massive boost package, but only uses boost/regex. Issues with ambiguity of functions toupper and ptr_fun on windows using <local>. Is commented, but the Comments are short/unhelpful. '.h.' files for classes do not contain all functions or even all the public ones. You must dig through the .cpp files to find functions