- Update Kotlin and other dependencies
- Smaller binary size with latest
pathway
Unclaimed project
Are you a maintainer of combo-breaker? Claim this project to take control of your public changelog and roadmap.
Changelog
Text layout for Compose to flow text around arbitrary shapes.
pathwayBitmap.toPath/Bitmap.toPathsPath.divideBitmap.toContour to Bitmap.toPathBitmap.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 futureflowShapes() modifiers can be used to specify a List<Path> for the children of TextFlow.
This allows text to flow around multiple shapes for a single element.Path.divide() API to create a List<Path> from a single Path by extracting its contours.Path