Joost De Cock
f759f3986a
feat(core): Cast distance to number. See #2897
2022-10-07 21:41:45 +02:00
Joost De Cock
693243d8e9
feat(core): Cast distance to number in Path.offset()
2022-10-06 23:12:26 +02:00
Joost De Cock
3cb5384df5
feat(core): Added path.addText and path.setText methods
...
Also added a parameter to path.reverse to make it a deep clone.
2022-09-27 18:22:56 +02:00
Joost De Cock
d5eb2946d3
chore(core): More unit tests
2022-09-19 18:04:47 +02:00
Joost De Cock
d7cbd42ced
feat(core): Added path.smurve() and path.smurve_() methods
2022-09-19 09:28:45 +02:00
Joost De Cock
21ea22a18d
chore(core): Don't use reveal, use unhide
2022-09-18 23:01:10 +02:00
Joost De Cock
5dc7401308
chore(core): Use hide, not render
2022-09-18 18:16:17 +02:00
Joost De Cock
200cebf582
chore(core): Refactor v3 code
2022-09-18 15:11:10 +02:00
Joost De Cock
56427cc4bd
chore(core): Linter fixes
2022-09-15 06:34:05 +02:00
joostdecock
48b366c57e
fix(core): Issue with hiding dependencies
2022-09-11 18:00:41 +02:00
joostdecock
4121ef44d2
wip(core): Work on path unit tests
2022-09-10 18:23:19 +02:00
Joost De Cock
0cbffd6dc6
wip(core): Work on late-stage config resolver
...
This moves resolving of the config from the pattern constructor to the
init() method. The idea is that adding a part to a pattern is exactly
the same as adding a part to a design. In other words, late-stage adding
of parts would be no different as the config gets resolved after that.
This is currently broken in many different ways, but the unit tests
particular to this new way of resolving the config do pass.
2022-09-09 20:20:38 +02:00
Joost De Cock
c09ae4aa69
wip(core): Migrated to named exports only
2022-08-28 02:14:39 +02:00
Joost De Cock
3671f44e90
chore: Move core files to .mjs
2022-08-26 18:51:02 +02:00