v0.7.0
- Renamed
Bitmap.toContour
toBitmap.toPath
- Introduced
Bitmap.toPaths
to create aList<Path>
from aBitmap
, makingPath.divide
less useful Bitmap.toPath[s]
andPath.divide
will likely move to the pathway library in the future
Bitmap.toContour
to Bitmap.toPath
Bitmap.toPaths
to create a List<Path>
from a Bitmap
, making Path.divide
less usefulBitmap.toPath[s]
and Path.divide
will likely move to the pathway library in the future