You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this lib running with Blinka, the import of bitmaptools throws an error since this a native library not provided by Blinka. This was introduced with #76 while adding stroke support for Polygon.
A fix should be simple: bitmaptools is only used for a single function which can be replaced with a pure Python implementation in case bitmaptools is not available. Which might also be the case for native builds.
The text was updated successfully, but these errors were encountered:
Using this lib running with Blinka, the import of bitmaptools throws an error since this a native library not provided by Blinka. This was introduced with #76 while adding stroke support for Polygon.
A fix should be simple: bitmaptools is only used for a single function which can be replaced with a pure Python implementation in case bitmaptools is not available. Which might also be the case for native builds.
The text was updated successfully, but these errors were encountered: