Re:Displayimng SVG pictures
Jos?wrote:
Quote
How do I display SVG pictures in my program?
You may want to look at the Cairo 2D graphics library.
It is written in C:
cairographics.org/
with a binding for C++:
cairographics.org/cairomm
Or you can get a free viewer from Adobe and call that from your program:
www.adobe.com/svg/viewer/install/
I have not used any of these and knew nothing about SVG before reading
your post but simply did a Google search and also checked out
Wikipedia:
en.wikipedia.org/wiki/Scalable_Vector_Graphics
But I'm glad you didn't do that because now I know about SVG! Also,
while I know you could have done the same thing, you were probably
looking for input from people who have used SVG and could steer you
to the better implementations. Sorry I can't help you there.
Regards,
Jim Dodd
Onset Computer Corp.