views:

142

answers:

2

How would one draw an oval in JS?

+1  A: 

SVG .. or tiny divs and bresenham .. or check the Javascript VectorGraphics library

Scott Evernden
I was more looking for the math behind it...but yeah that's probably in the Javascript VectorGraphics library...
leeand00
A: 
Eugene Lazutkin