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
The sample below creates a rounded border with a background. Since, currently, it is not possible to clip background to its border (#235), I've tried to create a ViewOutlineProvider and set the same radius as I set to the border.
This is the result, the radius on the border is not calculated the same way it is on the view outline provider (and any Canvas since I've tried to align it also with an image using Glide image transformer)
Expected Behavior
The border should render the radius correctly so it can be aligned with other methods to round edges of other components.
The text was updated successfully, but these errors were encountered:
Version
0.39.0
Issues and Steps to Reproduce
The sample below creates a rounded border with a background. Since, currently, it is not possible to clip background to its border (#235), I've tried to create a
ViewOutlineProvider
and set the same radius as I set to the border.This is the result, the radius on the border is not calculated the same way it is on the view outline provider (and any
Canvas
since I've tried to align it also with an image using Glide image transformer)Expected Behavior
The border should render the radius correctly so it can be aligned with other methods to round edges of other components.
The text was updated successfully, but these errors were encountered: