Click to See Complete Forum and Search --> : drawing a circle using dhtml?!?!?!


pelegk1
10-28-2003, 05:09 AM
how do i draw a circle filled with color i choose in dhtml?
thanks in advance
Peleg

AdamGundry
10-28-2003, 06:06 AM
You can't - Javascript does not have drawing commands. You can either use an image, and dynamically position it, or look in to SVG (http://www.w3.org/Graphics/SVG/) or Flash.

Adam