1
0
Fork 0
Commit graph

128 commits

Author SHA1 Message Date
Benjamin F
a8912b3e60 chore(docs): Revert changes to Extending Options documentation 2022-12-10 11:50:27 -08:00
Benjamin F
a687ca43d8 fix(docs): Update and correct Part Options docs 2022-12-07 17:30:51 -08:00
Joost De Cock
5e23dcf407
Merge pull request #3142 from BenJamesBen/curveintersectsy-docs-typo-fix
fix(docs): Typo in utils.curveIntersectsY()
2022-12-06 08:39:14 +01:00
Benjamin F
ed45a27d31 fix(docs): utils.round() missing from Core API 2022-12-05 19:08:36 -08:00
Benjamin F
ad50b4cadf fix(docs): Typo in utils.curveIntersectsY() 2022-12-05 15:25:06 -08:00
joostdecock
fab1e2f877 feat(core): Added Path.clean() method. Closes #3038 and #3056
This is a fix for bug #3038 which was investigated by @BenJamesBen
who also proposed a fix in PR #3056

However, after discussing the matter, we agreed it would be better
to have a generic method in core to guard against the issue of
spurious drawing operations.

This commit adds the `Path.clean()` method that does exactly that,
as well as its documentation.
2022-12-03 17:28:05 +01:00
Joost De Cock
d1f9fdfcf6 fix(markdown): Incorrect signature for point add/setCircle 2022-10-21 22:34:41 +02:00
anna-puk
24f824292c
fix typo 2022-10-18 21:24:18 +02:00
Joost De Cock
ac7b5befce fix(markdown): Restructure part reference. See #2981 2022-10-18 21:00:50 +02:00
starfetch
726d57fa49
fix(dev-docs): broken links 2022-10-18 18:10:59 +02:00
starfetch
c4f212e873
fix(dev-docs): replace quickstart with tutorial 2022-10-18 18:06:35 +02:00
Joost De Cock
4026346785 chore(markdown): Updated hooks docs for v3 2022-10-12 21:53:11 +02:00
Joost De Cock
7cc37ea150 chore(markdown): Updated links for v3 2022-10-12 19:09:04 +02:00
Joost De Cock
fe4953bc23 fix(markdown): Add draft method to part example 2022-10-09 23:47:58 +02:00
Joost De Cock
8152d65947 chore(markdown): Updated pattern attributes 2022-10-04 21:51:13 +02:00
Joost De Cock
c3be46c487 wip(markdown): Work on migration/v3 docs 2022-10-02 21:45:17 +02:00
Joost De Cock
0374b04a59 chore(markdown): Udpated code style in utils examples 2022-10-01 23:13:39 +02:00
Joost De Cock
3cfc6b4631 chore(markdown): Updated Svg docs for v3 2022-10-01 23:12:26 +02:00
Joost De Cock
c63eed6adf chore(markdown): Changed core API title 2022-10-01 23:05:57 +02:00
Joost De Cock
bc3b0cd770 chore(markdown): Updated utils docs for v3 2022-10-01 23:05:24 +02:00
Joost De Cock
c9d3d9e0be chore(markdown): Restructured SVG docs 2022-09-30 15:47:14 +02:00
Joost De Cock
8e9e5052ee chore(markdown): Move non-api docs to reference 2022-09-30 15:34:59 +02:00
Joost De Cock
8c3c0c9910 chore(markdown): Removed v2 pattern config docs 2022-09-30 05:01:19 +02:00
Joost De Cock
cfef146fd3 chore(markdown): Work on macro reference docs 2022-09-30 04:39:30 +02:00
Joost De Cock
403f0c45c2 chore(markdown): Work on macro reference docs 2022-09-30 01:45:37 +02:00
Joost De Cock
5a68c74330 chore(markdown): Added lifecycle hooks graph 2022-09-30 00:36:16 +02:00
Joost De Cock
2c12227ea8 chore: Updating hooks docs for v3 2022-09-29 23:43:00 +02:00
Joost De Cock
098d23c3b7 chore: Updating final Store docs for v3 2022-09-29 23:03:28 +02:00
Joost De Cock
3391859fb7 chore(markdown): Keep reference docs alphabetic 2022-09-29 19:03:02 +02:00
Joost De Cock
e298d14b8f chore: Updating final Attributes docs for v3 2022-09-29 19:01:10 +02:00
Joost De Cock
80a3dd1a2c chore: Updating final Snippet docs for v3 2022-09-29 18:08:09 +02:00
Joost De Cock
9ddad408b0 chore: Updating final Path docs for v3 2022-09-29 17:50:53 +02:00
Joost De Cock
37b6c231f8 chore(markdown): Added note to chainable methods 2022-09-29 17:43:32 +02:00
Joost De Cock
e314e58e33 chore(markdown): Updating final Point docs for v3 2022-09-29 16:50:42 +02:00
Joost De Cock
aea681ab92 chore(markdown): Updated Point.sitsOn() docs 2022-09-29 16:38:03 +02:00
Joost De Cock
f83b9f14ea chore(markdown): Updated Point.shiftTowards() docs 2022-09-29 16:27:52 +02:00
Joost De Cock
a28420f6f4 chore(markdown): Updated Point.shiftOutwards() docs 2022-09-29 16:19:29 +02:00
Joost De Cock
1dd1c59c25 chore(markdown): Updated Point.shiftFractionTowards() docs 2022-09-29 16:15:17 +02:00
Joost De Cock
3b9afb6369 chore(markdown): Updated Point.shift() docs 2022-09-29 16:12:51 +02:00
Joost De Cock
313f4afd82 chore(markdown): Updated Point.setText() docs 2022-09-29 16:09:14 +02:00
Joost De Cock
a40b01de52 chore(markdown): Updated Point.setCircle() docs 2022-09-29 16:05:27 +02:00
Joost De Cock
2532544758 chore(markdown): Updated Point.rotate() docs 2022-09-29 16:05:17 +02:00
Joost De Cock
6e41c6e013 chore(markdown): Updated Point.flipY() docs 2022-09-29 15:54:53 +02:00
Joost De Cock
20ab68ca7b chore(markdown): Updated Point.flipX() docs 2022-09-29 15:41:12 +02:00
Joost De Cock
70c19a6219 chore(markdown): Updated Point.dy() docs 2022-09-29 15:38:16 +02:00
Joost De Cock
8e23c71415 chore(markdown): Updated Point.dx() docs 2022-09-29 15:38:07 +02:00
Joost De Cock
9164204894 fix(markdown): Fixed incorrect use of Path 2022-09-29 15:31:13 +02:00
Joost De Cock
7e12de98bb chore(markdown): Improved Point docs 2022-09-29 15:29:39 +02:00
Joost De Cock
f2cef46eb0 chore(markdown): Updated Point api docs for v3 (wip) 2022-09-27 19:15:57 +02:00
Joost De Cock
b57b31056b chore(markdown): Updated Design api docs for v3 2022-09-27 19:15:42 +02:00