1
0
Fork 0
freesewing/packages/core/src
joostdecock 4efc780fc4 fix(core): Handle path.offset() for very short curves
This path.offset method used to travel 2mm along the path to find
out the direction at the start/end of paths.
That caused errors when the curve being offsetted was less then 2mm.
So now, it checks and if it's shorter will use 10% of the path length instead.

This closes #1257
2021-09-04 14:45:29 +02:00
..
attributes.js chore: Linter 2021-01-31 09:22:15 +01:00
design.js feat(core): Added support for conditional plugins 2020-09-12 19:01:12 +02:00
hooks.js chore: Linter changes 2021-04-24 10:16:31 +02:00
index.js chore: Linter changes 2021-04-24 10:16:31 +02:00
option.js 🎨 Updated prettier config 2019-08-03 15:03:33 +02:00
part.js chore: Linter changes 2021-04-24 10:16:31 +02:00
path.js fix(core): Handle path.offset() for very short curves 2021-09-04 14:45:29 +02:00
pattern.js chore: Linter changes 2021-04-24 10:16:31 +02:00
point.js fix(core): Do no round point coordinates 2021-04-11 16:20:39 +02:00
snippet.js chore(core): Fixed linter warnings 2020-08-23 17:09:09 +02:00
splitcurve.js chore: Linter changes 2021-04-24 10:16:31 +02:00
store.js feat(core): Added new debug event type and debug system 2020-07-18 16:48:29 +02:00
svg.js chore: Linter changes 2021-04-24 10:16:31 +02:00
utils.js chore: Linter run 2021-08-30 11:40:16 +02:00