mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 22:25:12 +00:00
complete ClipPath element on iOS
This commit is contained in:
@@ -29,9 +29,9 @@ export default function (props) {
|
||||
let patternName = `${matched[1]}:${props.svgId}`;
|
||||
let pattern = clipPatterns[patternName];
|
||||
if (pattern) {
|
||||
clippingProps.clipPath = new SerializablePath(pattern).toJSON();
|
||||
clippingProps.clipPathId = pattern;
|
||||
} else {
|
||||
clippingProps = {};
|
||||
clippingProps = null;
|
||||
// TODO: warn
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user