mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
Remove unnecessary duplicate preserveAspectRatio
This commit is contained in:
@@ -39,7 +39,6 @@ class ViewBox extends Component{
|
|||||||
scaleY={scaleY}
|
scaleY={scaleY}
|
||||||
preserveAspectRatio={null}
|
preserveAspectRatio={null}
|
||||||
viewbox={null}
|
viewbox={null}
|
||||||
preserveAspectRatio={null}
|
|
||||||
>
|
>
|
||||||
{(!scaleX || !scaleY) ? null : this.props.children}
|
{(!scaleX || !scaleY) ? null : this.props.children}
|
||||||
</G>
|
</G>
|
||||||
|
|||||||
Reference in New Issue
Block a user