| View previous topic :: View next topic |
| Author |
Message |
José Guest
|
Posted: Wed Mar 07, 2007 9:10 am Post subject: Displayimng SVG pictures |
|
|
How do I display SVG pictures in my program?
--
José |
|
| Back to top |
|
 |
Bruce Salzman Guest
|
Posted: Wed Mar 07, 2007 11:38 pm Post subject: Re: Displayimng SVG pictures |
|
|
"José" <jose (AT) 127 (DOT) 0.0.1> wrote in message
news:mvvsu25o800o3qd9ecani3qtm3ibrsht9p (AT) 4ax (DOT) com...
| Quote: | How do I display SVG pictures in my program?
|
http://www.cadsofttools.com/en/products/cad_import_vcl.html
--
Bruce |
|
| Back to top |
|
 |
José Guest
|
Posted: Wed Mar 07, 2007 11:59 pm Post subject: Re: Displayimng SVG pictures |
|
|
On Wed, 7 Mar 2007 11:38:15 -0600, " Bruce Salzman" <bruce (AT) nospam (DOT) org>
wrote in borland.public.cppbuilder.graphics:
That's a bit expensive for a program that I intend to give away
without payment.
--
José |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Thu Mar 08, 2007 1:57 am Post subject: Re: Displayimng SVG pictures |
|
|
José wrote:
| Quote: | How do I display SVG pictures in my program?
|
Do you consider
http://commons.wikimedia.org/wiki/Image:BSicon_ABrg.svg
to be a svg picture?
If so you can use TCppWebBrowser.
If not, then please post a .svg file in the attachmentsgroup.
Hans. |
|
| Back to top |
|
 |
Jim Dodd Guest
|
Posted: Thu Mar 08, 2007 10:32 pm Post subject: 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:
http://cairographics.org/
with a binding for C++:
http://cairographics.org/cairomm
Or you can get a free viewer from Adobe and call that from your program:
http://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:
http://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. |
|
| Back to top |
|
 |
José Guest
|
Posted: Fri Mar 09, 2007 5:48 pm Post subject: Re: Displayimng SVG pictures |
|
|
On Wed, 07 Mar 2007 20:57:52 +0100, Hans Galema <notused (AT) notused (DOT) nl>
wrote in borland.public.cppbuilder.graphics:
Yes it is.
| Quote: | If so you can use TCppWebBrowser.
|
I haven't succeeded yet.
--
José |
|
| Back to top |
|
 |
|