1
0
Fork 0
Commit graph

391 commits

Author SHA1 Message Date
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
joostdecock
976bf64a3b chore: Added funding 2021-09-02 18:45:47 +02:00
Joost De Cock
ef3bd03e2c chore: Linter run 2021-08-30 11:40:16 +02:00
joostdecock
ec2ebfac50 release: v2.17.4 2021-08-20 15:55:05 +02:00
joostdecock
692391eb19 release: v2.17.3 2021-08-16 11:36:46 +02:00
Joost De Cock
28cd7c06aa release: v2.17.2 2021-08-15 19:12:39 +02:00
joostdecock
ed3abe3572 chore: Reconfigure packages 2021-07-14 18:48:26 +02:00
joostdecock
f82ff9c89e chore: Changelog update 2021-07-14 18:47:37 +02:00
joostdecock
36dec88c51 fix(core): Remove lingering debug statement 2021-07-14 18:06:07 +02:00
joostdecock
3b9309d995 fix(core): Edge case in utils.beamsIntersect()
See #1206 for details

Closes #1206
Closes #1211
2021-07-14 18:01:04 +02:00
Joost De Cock
85f306f6d6 fix: date in changelog 2021-07-01 14:43:57 +02:00
Joost De Cock
16f745ce4f chore: Reconfigure packages 2021-07-01 14:34:25 +02:00
Joost De Cock
571ac16c5e chore: Reconfigure packages 2021-06-27 14:53:43 +02:00
Joost De Cock
391b2196bc chore: Reconfigure packages 2021-06-26 15:20:10 +02:00
Joost De Cock
06478ba833 chore: Reconfigure packages 2021-06-26 11:05:35 +02:00
Joost De Cock
b5e65ec150 chore: Changelog update 2021-06-26 10:33:46 +02:00
Joost De Cock
a172dc6c9e chore(core): Removed debug message in tests 2021-06-22 18:27:42 +02:00
Joost De Cock
c463b10e43 fix(core): Fix bug in path.shiftAlong
This bug would be triggered by an edge-case where we have a path
that is made up of multiple curves/lines.

If the distance to shift lies just beyond the end of one segment,
yet the remaining distance is smaller than the step (by default
that means smaller than 1/25mm) no point would be returned.

This closes #1140
2021-06-22 18:24:11 +02:00
Joost De Cock
3285cece79 fix: Update link to Discord in READMEs 2021-06-20 15:56:50 +02:00
Joost De Cock
68854b0e66 chore: Remove terser from rollup config 2021-06-13 12:32:28 +02:00
Joost De Cock
c3f311d2e8 chore: Reconfigure packages 2021-06-05 09:14:13 +02:00
Joost De Cock
74b61d1a93 chore: Reconfigure packages 2021-05-30 18:48:20 +02:00
Joost De Cock
94859f4afd chore: Reconfigure packages 2021-05-29 14:13:45 +02:00
Joost De Cock
0b6dfa2af5 chore: Reconfigure packages 2021-05-24 10:29:20 +02:00
Joost De Cock
ea4166fab3 chore: Reconfigure packages 2021-05-23 19:19:00 +02:00
Joost De Cock
0817464cfc chore: Reconfigure packages 2021-05-23 11:58:15 +02:00
Joost De Cock
477ca7feea chore: Reconfigure packages 2021-05-22 18:07:35 +02:00
Joost De Cock
85cf29bcc7 wip: Auto-updated dependencies 2021-05-22 12:15:10 +02:00
Joost De Cock
7b9d4626f4 chore: Reconfigure packages 2021-05-08 10:34:35 +02:00
Joost De Cock
01957b0706 chore: Reconfigure packages 2021-05-05 21:04:08 +02:00
Joost De Cock
ec34f61146 chore: Reconfigure packages 2021-04-28 19:54:47 +02:00
Joost De Cock
b51add044b fix(core): Make path.shiftAlong more precise. Closes #976 2021-04-28 19:39:17 +02:00
Joost De Cock
4003c1425c chore: Reconfigure packages 2021-04-24 10:21:48 +02:00
Joost De Cock
f191151ee4 chore: Linter changes 2021-04-24 10:16:31 +02:00
Joost De Cock
d37faf53f3 chore: Reconfigure packages 2021-04-23 20:13:50 +02:00
Joost De Cock
5c72645d45 fix(core): Treat dependencies as array
This is for #971
2021-04-23 20:09:16 +02:00
Joost De Cock
c197c4a4d1 chore(core): Added unit test for #971 2021-04-23 20:09:01 +02:00
Joost De Cock
779151e2a1 chore: Reconfigure packages 2021-04-23 17:57:46 +02:00
Joost De Cock
c7395cd9d9 Fix(core): Resolve array-based dependencies
Tentative fix for #971
2021-04-23 17:42:03 +02:00
Joost De Cock
96a80afe50 chore(core): Added unit test for dependency resolver bug 2021-04-22 20:03:36 +02:00
Joost De Cock
eda88bce4d fix(core): Svg tests 2021-04-22 19:29:37 +02:00
Joost De Cock
29551b8a34 fix(core): Utils tests 2021-04-22 19:29:28 +02:00
Joost De Cock
64968c8197 fix(core): Point tests 2021-04-22 19:29:18 +02:00
Joost De Cock
27493d755e fix(core): Path tests 2021-04-22 19:29:09 +02:00
Joost De Cock
64da7257de fix(core): Tests for path 2021-04-22 09:26:21 +02:00
Joost De Cock
429e4697e3 chore: Reconfigure packages 2021-04-18 12:59:46 +02:00
Joost De Cock
5a69191bb8 chore: Reconfigure packages 2021-04-17 16:56:41 +02:00
Joost De Cock
e07f8db7aa chore: Reconfigure packages 2021-04-17 16:55:08 +02:00
Joost De Cock
c1a8943f23 feat(core): part.getId now takes prefix 2021-04-17 15:39:04 +02:00
Joost De Cock
dc133297f1 chore: Reconfigure packages 2021-04-11 17:32:58 +02:00