1
0
Fork 0

fix(markdown): Broken links. Closes #5463

This commit is contained in:
joostdecock 2023-11-12 11:13:38 +01:00
parent e520a51a70
commit dae323b697
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ This returns Javascript object has the following properties:
| Name | Description |
| ----:| ----------- |
| `attributes` | The result of [Path.attributes.asRenderProps()](/reference/api/attribute/asrenderprops) |
| `attributes` | The result of [Path.attributes.asRenderProps()](/reference/api/attributes/asrenderprops) |
| `def` | The ID of the snippet's reference in the `defs` section of the SVG (the snippet code) |
| `anchor` | The [Point](/reference/api/point) on which the snippet is anchored, or rather its [`Point.asRenderProps()`](/reference/api/point/asrenderprops) result |