circuitpython/shared-bindings/vectorio
Kenny efeae0d84f fix 3169: Polygon.points property
The getter for vectorio.Polygon#points was not updated with the data type change of the stored points list.

This moves the implementation to shared_module and updates the data type to reflect the actual state.
2020-07-19 12:27:35 -07:00
..
__init__.c Move vectorio to stubs 2020-05-12 18:40:02 -07:00
Circle.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
Circle.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Polygon.c fix 3169: Polygon.points property 2020-07-19 12:27:35 -07:00
Polygon.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Rectangle.c Move vectorio to stubs 2020-05-12 18:40:02 -07:00
Rectangle.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
VectorShape.c Move vectorio to stubs 2020-05-12 18:40:02 -07:00
VectorShape.h vectorio: switch per-shape transform to Display 2020-05-09 22:15:51 -07:00