mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 05:51:47 +00:00
Add G element
Add G element
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import fillFilter from '../lib/fillFilter';
|
||||
import strokeFilter from '../lib/strokeFilter';
|
||||
import Path from './Path';
|
||||
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired;
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
|
||||
function processRadius(radius) {
|
||||
radius = +radius;
|
||||
|
||||
Reference in New Issue
Block a user