mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
complete ClipPath refactor
This commit is contained in:
@@ -14,7 +14,7 @@ function fillFilter(props) {
|
||||
if (fill === 'none') {
|
||||
return null;
|
||||
} else if (fill) {
|
||||
return patterns(fill, fillOpacity, props.svgId);
|
||||
return patterns(fill, fillOpacity);
|
||||
} else if (props.fill === undefined) {
|
||||
return rgba('#000', isNaN(fillOpacity) ? 1 : fillOpacity).rgbaString();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user