GF; best viewed at 100% zoom. Fast, all integer algorithm for drawing ellipses (and circles). PS Ellipses - it actually *is* Rocket Science... http://gis.fns.uniba.sk/vyuka/kzga/ellipse_app2.pdf
Compare this against the circle algorithm tweaked naively to handle ellipses: http://scratch.mit.edu/projects/49866508/ This is the original Bresenham version (with the code from Ruslan Cray's https://sites.google.com/site/ruslancray/lab/projects/bresenhamscircleellipsedrawingalgorithm/bresenham-s-circle-ellipse-drawing-algorithm ) Can be made to do a solid fill very easily.