mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-22 23:25:20 +00:00
native prop trans => matrix
This commit is contained in:
@@ -46,9 +46,9 @@ export default function(props, options = {stroke: true, transform: true, fill: t
|
||||
}
|
||||
|
||||
if (options.transform) {
|
||||
extractedProps.trans = extractTransform(props);
|
||||
extractedProps.matrix = extractTransform(props);
|
||||
} else if (props.transform) {
|
||||
extractedProps.trans = extractTransform(props.transform);
|
||||
extractedProps.matrix = extractTransform(props.transform);
|
||||
}
|
||||
|
||||
if (options.responder) {
|
||||
|
||||
Reference in New Issue
Block a user