mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
apply common stroke processor to elements
apply common stroke processor to elements
This commit is contained in:
@@ -91,6 +91,8 @@ class Rect extends Component{
|
||||
ry={null}
|
||||
width={null}
|
||||
height={null}
|
||||
{...strokeFilter(props)}
|
||||
fill={fillFilter(props)}
|
||||
d={d}
|
||||
/>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user