Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy authored Mar 22, 2023
1 parent 6351a77 commit 05f6744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ properly honor the path's fill type.
> **Note**
> As of Android 14 (tentatively API 34), iterating over a `Path` can be achieved using the new
> platform API [getPathIterator()](https://developer.android.com/reference/android/graphics/Path#getPathIterator()).
> Pathway is however compatible with Android 14, including Developer Preview builds.
> Pathway is however compatible with Android 14, including Developer Preview builds. You can
> also use the new androidx
> [graphics-path library](https://developer.android.com/jetpack/androidx/releases/graphics#graphics-path-1.0.0-alpha01).
With Pathway you can easily iterate over a `Path` object to inspect its segments
(curves or commands):
Expand Down

0 comments on commit 05f6744

Please sign in to comment.