Search code examples
javascriptdrawingpoints

What is the algorithm for storing the pixels in an oval in Javascript?


How would one draw an oval in JS?


Solution

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