From 8f6fbcb74ba6aa24d4e925dc439c87a94313168b Mon Sep 17 00:00:00 2001 From: Asuki Kono Date: Mon, 15 Apr 2019 11:27:55 +0900 Subject: [PATCH] Add link of w3.org to reference params for path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a6abae..b005ae87 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,7 @@ The following commands are available for path data: * A = elliptical Arc * 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