New
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.
flowShapes() 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.