mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 00:12:21 +00:00
[ios] Implement vectorEffect nonScalingStroke / non-scaling-stroke
This commit is contained in:
@@ -20,6 +20,7 @@ const vectorEffects = {
|
||||
nonScalingStroke: 1,
|
||||
'non-scaling-stroke': 1,
|
||||
inherit: 2,
|
||||
uri: 3
|
||||
};
|
||||
|
||||
export default function extractStroke(props, styleProperties) {
|
||||
|
||||
Reference in New Issue
Block a user