Hi, I was investigating svg parsing libraries (I could only find one other viable alternative, libsvg), and I am interested in the progress of this library.
I tried to compile it from SVN, but two errors cropped up: Makefile:8: build/makefiles/Makefile.tools: No such file or directory Makefile:45: build/makefiles/Makefile.top: No such file or directory suggesting, that some files were missing for the build process. I plan to use an/this svg parser for loading svgs (im not too worried about the full svg specification) for rendering inside a 2d game engine, as such, I may have some time in the near future to improve upon it. One of the things I did note, however, was that groups were not exposed by the API of libsvgtiny, of which would be useful in my case. The preserved hierarchy would potentially be useful in my application for animations. Thanks, Ralph -- Tai Chi Minh Ralph Eastwood [email protected]
