Native functions for drawing Arc #1366
Replies: 5 comments
-
Posted at 2020-01-20 by @MaBecker Take a look into this collection of ideas at Enhancement for Graphics #1702 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-01-21 by @gfwilliams At the moment there is nothing built in, but it's pretty easy to do by creating a polyline for the arc segment you want and passing that into fillPoly/drawPoly |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-01-21 by JumJum Waiting for my bangle, I've created some special charts. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-01-21 by Abhigkar Excellent work @jumjum. I really enjoyed a lot you work. Chart looks amazing :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-01-22 by JumJum Its my pleisure :-) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-01-20 by Abhigkar
Is it possible to have an ability to draw or fill an arc for espruino devices with display (BangleJS/PixelJs).
A native method with parameters : Start Angle, Sweep Angle, X, Y coordinate and radius.
Espruino already have native functions for circle and ellipse that can be use to draw an arc. Just a thought!!
Beta Was this translation helpful? Give feedback.
All reactions