mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Inset clip path + Background circ-ref
This commit is contained in:
@@ -1898,7 +1898,7 @@ function isNonNegativeFiniteNumber(value: number): boolean {
|
||||
return isFinite(value) && !isNaN(value) && value >= 0;
|
||||
}
|
||||
|
||||
let supportedPaths = ["rect", "circle", "ellipse", "polygon"];
|
||||
let supportedPaths = ["rect", "circle", "ellipse", "polygon", "inset"];
|
||||
function isClipPathValid(value: string): boolean {
|
||||
if (!value) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user