]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/commit
Fixes for issue #158
authorPhil Rittenhouse <phil@laurelcreeksystems.com>
Thu, 17 Apr 2025 13:54:31 +0000 (09:54 -0400)
committerPhil Rittenhouse <phil@laurelcreeksystems.com>
Thu, 17 Apr 2025 13:54:31 +0000 (09:54 -0400)
commit0f5275493fb90428590dffcf8b271d1f0e540b1f
treed9cc15b6641b4d8c080d14e99b3edd7c00574c5b
parentc0c122e7b04612ccb0cdea6a11ae117aab727436
Fixes for issue #158

Fixed area union logic
Fixed _shape_set_dirty to add new position area to the dirty area
Use int() to make sure circle radius is an integer
displayio/_area.py
vectorio/_circle.py
vectorio/_vectorshape.py