|
-
Oct 18th, 2002, 07:38 AM
#1
Thread Starter
New Member
drawing at runtime
is there any way of drawing a polygon of variable dimensions at runtime on a web page?
even better, how do i go about drawing a gif graph based on data points?
cheers
-
Oct 18th, 2002, 09:38 AM
#2
Well there are many ways and it depends on what cgi type languages you have available on your web server to create these.
But one alternative is to look into SVG(Scalable Vector Graphics). It is an xml based drawing and animation language. You can find more info at www.adobe.com
-
Oct 20th, 2002, 02:01 PM
#3
Or at www.w3c.org , they are trying to standardize SVG.
Problem is that it is not well supported. The Adobe plug-in is not recognized by my Mozilla and IE strangely malfunctions (it simply stops redrawing it's window, although it is still responsive). There are Mozilla versions with built-in SVG support, but they are unstable and don't support the full language specification.
Wait a few months and you'll be ready to use SVG, but I'd be careful now, don't rely on it and give alternatives.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|