mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
Merge pull request #25 from magicismight/propInPercents
support percentage props for elements
This commit is contained in:
@@ -25,6 +25,7 @@ class ViewBox extends Component{
|
||||
x = viewbox.x;
|
||||
y = viewbox.y;
|
||||
}
|
||||
|
||||
return <G
|
||||
{...this.props}
|
||||
x={x}
|
||||
|
||||
Reference in New Issue
Block a user