Skip to content

v0.6.0

Compare
Choose a tag to compare
@romainguy romainguy released this 30 Nov 02:29
· 18 commits to main since this release
  • New 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.
  • Add new Path.divide() API to create a List<Path> from a single Path by extracting its contours.
  • Fixed an issue with the ordering of text segments when multiple shapes were present on a single line.