Inset clip path + Background circ-ref

This commit is contained in:
vakrilov
2017-02-21 17:35:40 +02:00
parent dc286b13f5
commit 8a0d98e815
4 changed files with 5 additions and 4 deletions

View File

@@ -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;