Releases: romainguy/pathway
Releases · romainguy/pathway
v0.18.0
- Iterating over a
Path
is now 2x faster on API < 34
v0.16.0
- Shrunk native library size by 95%
- Preserve symbols required by JNI
v0.15.0
- Reduced the size of the library
v0.14.0
- Move support from preview SDK to API 34/Android 14
v0.12.0
- Fixed crash on API 33
- Fixed path division unit test issue due to uninitialized memory
v0.11.0
- Add support for Android 14 Developer Preview 1 (tentatively API 34)
v0.10.0
- Added
Path.toSvg()
to convert a Path
instance to an SVG document. The optional document
parameter can be set to false
to export the SVG path data only.
v0.9.0
- Added
Path.divide
to extract multiple contours (List<Path>
) from a single Path
- Added
Bitmap.toPath
and Bitmap.toPaths
to extract vector contours from images
v0.8.0
- More Java-friendly top-level/static declarations