1
0
Fork 0

fix(docs): Remove linebreak from list item

This commit is contained in:
Benjamin F 2022-12-14 21:29:37 -08:00
parent b53f62c4d1
commit c0fa937bc8

View file

@ -13,8 +13,7 @@ Snippet new Snippet(String def, Point anchor);
The snippet constructor takes two arguments:
- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section.
This is also the common name of the snippet (`logo`, `notch`, `button`, etc.)
- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section. This is also the common name of the snippet (`logo`, `notch`, `button`, etc.)
- `anchor` : A [`Point`](/reference/api/point) on which to anchor the snippet
## Properties