1
0
Fork 0
Commit graph

158 commits

Author SHA1 Message Date
Benjamin F
22ebd5b63f fix(docs): Better definition for pattern context setting 2022-12-16 11:46:17 -08:00
Joost De Cock
f51e69d6af
Merge branch 'develop' into spellcheck-typos-fix 2022-12-15 17:55:47 +01:00
Joost De Cock
671964f676
Merge pull request #3239 from BenJamesBen/part-draft-context
fix(docs): Add context property to Part.draft()
2022-12-15 17:49:10 +01:00
Benjamin F
c0fa937bc8 fix(docs): Remove linebreak from list item 2022-12-14 21:29:37 -08:00
Benjamin F
b53f62c4d1 fix(docs) Add custom attributes and Snippets documentation 2022-12-14 21:24:28 -08:00
Benjamin F
1f688e645e fix(docs): Add context property to Part.draft() 2022-12-14 21:12:39 -08:00
Benjamin F
fea16617d4 fix(docs): Correct small typos 2022-12-14 12:52:37 -08:00
Joost De Cock
265833d419
Merge pull request #3222 from BenJamesBen/plugins-doc-updates
fix(docs): Plugins documentation updates
2022-12-14 10:11:01 +01:00
Joost De Cock
ebc65082af
chore: Phrasing
Changed `the method` to `a method` to make it (more) clear that one should provide this method themselves.
2022-12-14 09:48:33 +01:00
Benjamin F
7063d8ab9f fix(docs): Add second pattern.use() signature 2022-12-13 04:33:37 -08:00
Benjamin F
7cc76b3edf fix(docs): Improve conditional plugins docs 2022-12-13 04:32:36 -08:00
Joost De Cock
c5d4eae079 feat: Export Bezier in shorthand call + docs 2022-12-12 18:45:51 +01:00
Benjamin F
e3aa8b1d7e chore(docs): Add Utils.curveEdge() documentation 2022-12-12 18:40:13 +01:00
Benjamin F
a6e61b6470 chore(docs): Add Utils.curveEdge() to API documentation 2022-12-12 18:39:59 +01:00
Joost De Cock
5e6cf7fcaf
Merge pull request #3202 from BenJamesBen/options-docs-fixes
fix(docs): Part Config Options documentation fixes
2022-12-11 18:36:14 +01:00
Benjamin F
922562ac25 chore(docs): Revert non-core API edits 2022-12-10 11:58:26 -08:00
Benjamin F
a8912b3e60 chore(docs): Revert changes to Extending Options documentation 2022-12-10 11:50:27 -08:00
Joost De Cock
7f446bbd1e
Merge pull request #3195 from BenJamesBen/store-docs-fix
fix(docs): Update Store API documentation
2022-12-10 17:08:51 +01:00
Benjamin F
1ba6fc4e7f fix(docs): Add paths to prevent Example clipping 2022-12-09 21:23:35 -08:00
Benjamin F
e3b53ea1eb fix(docs): Update Store API documentation 2022-12-09 07:34:44 -08:00
Joost De Cock
630908519c
Merge pull request #3168 from BenJamesBen/measurements-docs-fix
fix(docs): Part measurements fix
2022-12-09 08:12:11 +01:00
Joost De Cock
d1c27b1438
Merge pull request #3170 from BenJamesBen/part-draft-docs
fix(docs): Part draft method typo correction
2022-12-09 08:05:12 +01:00
Joost De Cock
9ac0ab59ba
Merge pull request #3179 from BenJamesBen/settext-docs-fix
fix(docs): Change Path.SetText() docs to use correct name
2022-12-09 08:03:36 +01:00
Joost De Cock
85c54d0431
Merge pull request #3187 from BenJamesBen/pattern-doc-fixes
fix(docs): Update and correct Pattern documentation
2022-12-09 08:01:33 +01:00
Joost De Cock
88b17bcee7
Merge pull request #3188 from BenJamesBen/pattern-sampleoptions-update
fix(core): Update Pattern.sampleOptions() and documentation
2022-12-09 08:00:27 +01:00
Benjamin F
2dea45febd fix(docs): Corrections to Points documentation 2022-12-08 22:37:22 -08:00
Benjamin F
0260a80534 fix(docs): Update Pattern.sampleOptions() documentation 2022-12-08 20:45:45 -08:00
Benjamin F
ee162bf99a fix(docs): Update and correct Pattern documentation 2022-12-08 20:40:31 -08:00
Benjamin F
2bddb66d87 fix(docs): Change Path.SetText() docs to use correct name 2022-12-07 21:03:29 -08:00
Benjamin F
b8686c4148 fix(docs): Part draft method corrections 2022-12-07 18:02:34 -08:00
Benjamin F
a687ca43d8 fix(docs): Update and correct Part Options docs 2022-12-07 17:30:51 -08:00
Benjamin F
13c18c5b7b fix(docs): Part measurements fix 2022-12-07 14:20:07 -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