1
0
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
Joost De Cock
39bb3eb6d4 Merge pull request 'fix(dev:docs): Improve Point.flipY() example code' (#377) from BenJamesBen/freesewing:improve-example-code into develop
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/377
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
2025-05-24 08:25:24 +02:00
Joost De Cock
eb20f7917d Merge pull request 'fix(dev:docs): Dimension macro, boundary box, and typo fixes' (#375) from BenJamesBen/freesewing:additional-docs-reverts into develop
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/375
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
2025-05-24 08:24:29 +02:00
Benjamin Fan
e365939432 fix(dev:docs): Improve Point.flipY() example code 2025-05-19 17:26:32 -07:00
Benjamin Fan
630fa96417 fix(dev:docs): Improve SVG signatures 2025-05-19 17:25:17 -07:00
Benjamin Fan
51213b3366 fix(dev:docs): Dimension macro, boundary box, and typo fixes 2025-05-19 17:20:45 -07:00
Benjamin Fan
d6a1ea81db fix(reference:macros): Fix typo in Examples (#368)
(A few similar typo fixes to Core API docs were made in #367.)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/368
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
2025-05-19 08:04:38 +02:00
Benjamin Fan
ed8a166ea9 fix(reference:api): Revert incorrect Example formatting (#367)
This PR reverts the incorrect lint/prettier changes applied to <Example> code in the reference Core API docs l by the husky pre-commit hook, the problem mentioned in Issue #333.

(These are just the changes for the Core API docs. Additional PRs will be filed for changes in the other reference, howtos, and guides documentation.)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/367
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
2025-05-19 08:04:05 +02:00
joostdecock
f5a089f884 [dev] fix: Broken links 2025-05-04 18:55:10 +02:00
joostdecock
02da928f04 feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
joostdecock
f734707163 [dev] fix: Replace fake underscore 2025-04-18 15:22:33 +02:00
joostdecock
f30b67080b [dev] fix: Ensure path._curve is included in docs. Closes #193 (#204)
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/204
Co-authored-by: joostdecock <joost@joost.at>
Co-committed-by: joostdecock <joost@joost.at>
2025-04-03 16:38:48 +00:00
Joost De Cock
51dc1d9732
[breaking]: FreeSewing v4 (#7297)
Refer to the CHANGELOG for all info.

---------

Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com>
Co-authored-by: Josh Munic <jpmunic@gmail.com>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
2025-04-01 16:15:20 +02:00
Joost De Cock
7b824b5cf4
feat[dev]: Clarify that mm options is (sometimes) ok (#7263) 2024-11-25 10:02:41 +01:00
Jonathan Haas
4b83212f41 Fix and improve path intersection methods
- Add path.intersectsBeam() method
- Add utils.beamIntersectsLine() method
- Simplify calculation and improve precision on beam intersections
- Document return types properly
- beamIntersectsCurve now uses the proper function from Bezier library instead of emulating it by constructing a huge line
- docs: path.intersect... methods never return false, they simply return an empty array in case of no intersection
2024-10-03 11:37:55 +02:00
Joost De Cock
da41cc0fc9 fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
Joost De Cock
ab3204f9f1 chore: Port FreeSewing.dev to docusaurus
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus
setup. It's part of my efforts to simplify FreeSewing's setup so we can
focus on our core value proposition.
2024-09-28 13:13:48 +02:00