Skip to content

Commit 732043c

Browse files
committed
Add link to SVG documentation
Signed-off-by: martinRenou <[email protected]>
1 parent 02138d2 commit 732043c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/drawing_paths.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Using Path2D
99
You can define a Path2D given an SVG path. Note that once the path is created, it is read only, you cannot dynamically change the path value.
1010
Using the Path2D class is very useful and efficient when you want to reuse the same path multiple times.
1111

12+
See https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths for documentation about SVG paths.
13+
1214
- ``Path2D(value)``: Creates a Path2D given the SVG path string value.
1315

1416
.. code:: Python

0 commit comments

Comments
 (0)