v0.6.0
- New
flowShapes()
modifiers can be used to specify aList<Path>
for the children ofTextFlow
.
This allows text to flow around multiple shapes for a single element. - Add new
Path.divide()
API to create aList<Path>
from a singlePath
by extracting its contours. - Fixed an issue with the ordering of text segments when multiple shapes were present on a single line.