Results 1 to 3 of 3

Thread: drawing at runtime

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    13

    Question 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

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width