Hi Keine.

I'm not sure if I'm going to bother giving examples as I'm sure you
can find those yourself with http://www.google.com.  I will however
give you benefits of using SVG.

1.  It's vectors as opposed to Raster.  Often times I have found that
the SVG version of an image is much smaller (file size wise) yets
provide more detail.
2.  It's open source.  See http://www.w3.org/2004/pp/
3.  It's scriptable with DOM and ECMAScript.

As for applications, I have worked on many SVG projects including:

1.  MathML to SVG converter to visualize math equations in SVG.
2.  Web based document annotation application.
3.  SVG based GUI framework.
4.  Microsoft Visio.
5.  Many others that I'm unable to talk about including my current project.

These projects cover a wide gambit of possible SVG applications from
web based apps to full on applications.  As for browser support, this
is the same as with any other application.  Can you guarantee that
someone has a flash pluggin?  If not can they install it?  What about
full DHTML support?  These are common concerns for *most* web based
applications.  SVG support is getting better especially with the Opera
and Mozilla browsers as well as the Adobe SVG pluggin.  Not to mention
all the support for tiny devices.

Unfortunately you will probably have to convince yourself that SVG is
a good choice.  It really does depend on exactly WHAT you are trying
to accomplish.

Good luck,
Alastair

timoy1free wrote:
> I'd like to use SVG for graphic elements in a web based configuration
> application for embedded devices. But I doubt about the practical
> usage of SVG at the present time. Browsers with SVG support are rarely
> in use and the installation of plugins is not possible everywhere
> (sometimes corporate security strategies forbid this, sometimes it
> fails on missing admin privileges of a particular user).
>
> To dispel my doubts it would be very helpful if someone could tell me
> a few examples or web pages where I can see SVG in practical use as
> part of real applications (a bit more than just simple code samples).
>
> For sure it would help me to estimate if its worth to spend time in
> learning more about SVG if I would hear from someone who has already
> experiences with developing SVG based applications (especially for the
> web) and how problems with plugins and missing browsers where solved
> there.


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to