You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Also, just added your ellipse code. I modified it so that it takes x1,y1,x2,y2 so that it can be called in the same way as fill/drawRect - it also works better with graphicsToDeviceCoordinates because as it was it would have broken when used with rotated screens.

    However, it seems there are some issues... I'd expected that drawEllipse with width and height the same would draw something that looked the same if you rotated it by 90 degrees - that doesn't seem to be the case?
    https://github.com/espruino/Espruino/blo­b/master/tests/test_graphics_ellipse.js#­L22

    Also - and this one's my fault - because you can now specify the bounding rect you can effectively ask it to draw something that doesn't have an integer radius. I don't know if that's something that can easily be fixed with that algorithm? No worries if not :)

About

Avatar for Gordon @Gordon started