You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, if an path like a slider thumb is used, it may look the same, but every time it moves position, the cache is invalidated.
One solution is to have the user encapsulate the path into something like a drawable, or a custom component that uses AffineTransform instead of changing the underlying path data.
The text was updated successfully, but these errors were encountered:
Basically, if an path like a slider thumb is used, it may look the same, but every time it moves position, the cache is invalidated.
One solution is to have the user encapsulate the path into something like a drawable, or a custom component that uses AffineTransform instead of changing the underlying path data.
The text was updated successfully, but these errors were encountered: