complete ClipPath element on iOS

This commit is contained in:
Horcrux
2016-04-27 23:14:15 +08:00
parent efd56cdb6a
commit fa751e31b0
18 changed files with 112 additions and 60 deletions

View File

@@ -63,10 +63,12 @@ const NodeAttributes = {
clipPath: {
diff: arrayDiffer
},
clipPathId: true,
clipRule: true
};
const GroupAttributes = {
asClipPath: true,
...NodeAttributes
};