1
0
Fork 0
freesewing/markdown/dev/reference/api
joostdecock eded9e9d3a fix(core): Handle path splits on start or end points
In some edge cases, like when splitting a path on or very close to its
start or end point, `Path.split()` will return an array in which one of
the elements is not a Path object, but rather an empty array.

That is rather combersome to check for, so this changes that behaviour
and will return null for such cases.

I've also updated the documentation to clarify this behaviour.

Fixes #6816

This also fixes a bug when a path was being split on its end point.
2024-06-12 13:24:42 +02:00
..
attributes fix(markdown): In Attributes and Defs docs, correct list property description 2024-02-11 06:23:18 -08:00
defs fix(markdown): In Attributes and Defs docs, correct list property description 2024-02-11 06:23:18 -08:00
design fix(docs): Correct small typos 2022-12-14 12:52:37 -08:00
part fix(markdown): Add alphabetic sort information to doc 2024-02-12 10:55:54 -08:00
path fix(core): Handle path splits on start or end points 2024-06-12 13:24:42 +02:00
pattern fix(markdown): Add Pattern.draftPartForSet() documentation 2024-02-02 10:05:59 -08:00
point fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
snippet fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
stack fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
store fix(markdown): In Store doc, add link to new Store Methods doc 2024-02-07 08:47:54 -08:00
svg Merge pull request #5899 from BenJamesBen/add-svg-render-doc 2024-02-03 17:10:07 +01:00
utils Add documentation and rename method 2024-04-18 10:53:30 +02:00
en.md fix(markdown): Add cbqc and goldenRatio links and info to core API 2024-01-29 15:40:33 -08:00