Skip to content

Commit 23af455

Browse files
authored
Merge pull request #130 from martinRenou/svg_docs
Add link to SVG documentation
2 parents 0642ee4 + 732043c commit 23af455

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)