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