mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Improve coordinate system calculations for font-size, letter-spacing etc.
Fix parsing of transform to account for single parameter scale and translate correctly. Fix skewX, had opposite of intended effect. https://www.w3.org/TR/SVG/coords.html https://www.w3.org/TR/SVG2/coords.html https://www.w3.org/TR/SVGTiny12/coords.html https://www.w3.org/TR/SVG/coords.html#TransformAttribute https://www.w3.org/TR/SVG/coords.html#SkewXDefined
This commit is contained in:
@@ -42,6 +42,8 @@ const NodeAttributes = {
|
||||
matrix: {
|
||||
diff: arrayDiffer
|
||||
},
|
||||
scaleX: true,
|
||||
scaleY: true,
|
||||
opacity: true,
|
||||
clipRule: true,
|
||||
clipPath: true,
|
||||
|
||||
Reference in New Issue
Block a user