save clipPath into svg instance

This commit is contained in:
Horcrux
2016-05-21 17:02:46 +08:00
parent 404bdf3782
commit bb9380b049
4 changed files with 38 additions and 27 deletions

View File

@@ -29,7 +29,6 @@ class ClipPath extends Component{
return <NativeGroup
asClipPath={this.id}
opacity={1}
>{this.props.children}</NativeGroup>;
}
}