pimoroni-pico/micropython/modules/picovector
Phil Howard 0df3095b06 PicoVector: Fix bug in polygon iterator.
list(Polygon) should return a list of points, but crashed with non-empty polygons.

We were advancing to the next path and then retriving an invalid point count for building the tuple.

Save the point count before advancing to the next path.
2025-01-16 16:32:34 +00:00
..
micropython.cmake PicoVector: Remove alright_fonts.cpp from cmake. 2025-01-16 16:32:34 +00:00
picovector.c PicoVector: Add arbitrary matrix transform. 2025-01-16 16:32:34 +00:00
picovector.cpp PicoVector: Fix bug in polygon iterator. 2025-01-16 16:32:34 +00:00
picovector.h PicoVector: Add arbitrary matrix transform. 2025-01-16 16:32:34 +00:00