circuitpython/shared-module/vectorio
Kenny 4c2d0c3dc5 use top-left heuristic for vectorio.Polygon
this flips the bottom-right style to top-left which is at least
kind of normal.  A 2x2 square at (0,0) would be defined like
(0,0), (3,0), (3,3), (0,3)
Which seems kind of surprising but at least less bonkers than
that square being defined at (1,1), which is the current behavior.
2020-07-28 23:10:59 -07:00
..
Circle.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
Circle.h Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
Polygon.c use top-left heuristic for vectorio.Polygon 2020-07-28 23:10:59 -07:00
Polygon.h vectorio: speed up polygon 2020-05-18 13:32:06 -07:00
Rectangle.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
Rectangle.h Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
VectorShape.c vectorio: fix VectorShape non-transposed pixel placement 2020-07-20 20:25:31 -07:00
VectorShape.h vectorio: clean up after group removal 2020-05-10 15:36:23 -07:00
__init__.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
__init__.h Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00