Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Can the name of the
RoundedPolygon.toPath()
function be updated to contain the word remember?It wasn’t clear to me that some caching with remember was done under the hood. Or can we assume that developers will do the remember themselves, and remove remembering from the function working.
Reason:
Path.toComposePath()
is a very similar API, and does not do remembering for you, and I might be in aCachedDrawScope
where it’d take care of caching for me, or I don't have access to run this function in a Composable.