Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit face0c4f6d1026fb0de0e539f42b58f39e10cd3a
Author: Nader Jawad <njawad@google.com>
Date: Thu Dec 10 16:21:32 2020
Add bounds API to Outline
Relnote: "Introduced Outline.bounds
property to obtain the bounding rect
for various outline implementations."
Fixes: 175093504
Test: Added OutlineTest
Change-Id: I16e749ad4477cfaacfef8267e37ff5cfefb2fd02
M compose/ui/ui-graphics/api/current.txt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/api/restricted_current.txt
A compose/ui/ui-graphics/src/androidAndroidTest/kotlin/androidx/compose/ui/graphics/OutlineTest.kt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Outline.kt
https://android-review.googlesource.com/1524924
Branch: androidx-master-dev
commit face0c4f6d1026fb0de0e539f42b58f39e10cd3a
Author: Nader Jawad <njawad@google.com>
Date: Thu Dec 10 16:21:32 2020
Add bounds API to Outline
Relnote: "Introduced Outline.bounds
property to obtain the bounding rect
for various outline implementations."
Fixes: 175093504
Test: Added OutlineTest
Change-Id: I16e749ad4477cfaacfef8267e37ff5cfefb2fd02
M compose/ui/ui-graphics/api/current.txt
M compose/ui/ui-graphics/api/public_plus_experimental_current.txt
M compose/ui/ui-graphics/api/restricted_current.txt
A compose/ui/ui-graphics/src/androidAndroidTest/kotlin/androidx/compose/ui/graphics/OutlineTest.kt
M compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/Outline.kt
Description
Something like this: