Closed milkyway044 closed 2 years ago
@WieFel I am surprised that this is not being implemented!
Should we generalise frontLayerBorderRadius
to frontLayerShape
?? Or keep both?
I am in favour of only having frontLayerShape
and deprecating frontLayerBorderRadius
.
Looks non-trivial to just replace. frontLayerBorderRadius
is used to "clip" as well - maybe to show scrim properly.
Check this code:
Ok, looks like we can do it "clipping" based on ShapeBorder
with ShapeBorderClipper
@milkyway044 Request you to review and test against the PR for this feature.
@WieFel I am surprised that this is not being implemented!
Me too actually!
Should we generalise
frontLayerBorderRadius
tofrontLayerShape
??
Yes LGTM
@milkyway044 Request you to review and test against the PR for this feature.
@daadu frontLayerShape
is exactly what i need, thank you so much, guys!
It would be nice to be able to change the shape of the front layer. I have a design with beveled corners like in Shrine Material theme, but now there is no way to change shape.