mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 15:14:18 +00:00
Add link of w3.org to reference params for path
This commit is contained in:
@@ -605,7 +605,7 @@ The following commands are available for path data:
|
|||||||
* A = elliptical Arc
|
* A = elliptical Arc
|
||||||
* Z = closepath
|
* Z = closepath
|
||||||
|
|
||||||
`Note:` All of the commands above can also be expressed with lower letters. Capital letters means absolutely positioned, lower cases means relatively positioned.
|
`Note:` All of the commands above can also be expressed with lower letters. Capital letters means absolutely positioned, lower cases means relatively positioned. See [Path document of SVG](https://www.w3.org/TR/SVG/paths.html) to know parameters for each command.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<Svg
|
<Svg
|
||||||
|
|||||||
Reference in New Issue
Block a user