[ios] Implement vectorEffect nonScalingStroke / non-scaling-stroke

This commit is contained in:
Mikael Sand
2019-02-27 22:08:10 +02:00
parent ffb04c8414
commit 1b050834d5
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ const vectorEffects = {
nonScalingStroke: 1,
'non-scaling-stroke': 1,
inherit: 2,
uri: 3
};
export default function extractStroke(props, styleProperties) {