1
0
Fork 0
Commit graph

33 commits

Author SHA1 Message Date
Joost De Cock
d36e857e46 🔥 Removed unused variable 2018-09-05 10:54:40 +02:00
Joost De Cock
3738b5e98c Added path.trim() 2018-09-04 15:21:59 +02:00
Joost De Cock
c44b888323 save 2018-09-04 14:26:45 +02:00
Joost De Cock
336e0a4248 🐛 Increased control point shift to avoid collisions in offset 2018-09-04 10:26:27 +02:00
Joost De Cock
2d0f48bfc6 Switch to curve.edge for finding path edge 2018-09-03 12:07:02 +02:00
Joost De Cock
1faad2a01b 🎨 Moved round() to utils 2018-08-31 09:44:12 +02:00
Joost De Cock
2134b13bed Added remaining intersection methods 2018-08-23 15:57:23 +02:00
Joost De Cock
a4647dfebb Added Path.split() and the utility methods that support it 2018-08-22 15:55:15 +02:00
Joost De Cock
273a4a1d7b Added path intersection methods 2018-08-21 16:30:51 +02:00
Joost De Cock
aa80da37cc 🐛 Fixed copy/paste error 2018-08-20 17:15:32 +02:00
Joost De Cock
04bf540a5a Added Path.edge() 2018-08-20 17:10:28 +02:00
Joost De Cock
9a6ab752da 🔥 Fixed unneeded check and throw 2018-08-14 09:21:24 +02:00
Joost De Cock
5d4878ba69 Tests for path 2018-08-13 08:02:55 +02:00
Joost De Cock
7803d1b996 Point and Attributes tests 2018-08-11 19:17:39 +02:00
Joost De Cock
513e29dac6 🚧 Work on sampling 2018-08-10 14:25:26 +02:00
Joost De Cock
62671f0cda 🚧 Removed lingering console.log 2018-08-09 10:48:37 +02:00
Joost De Cock
0248a1a2ad Added Path.reverse() 2018-08-09 10:46:14 +02:00
Joost De Cock
34a17071c2 Added Path.shiftFractionAlong() 2018-08-08 16:41:50 +02:00
Joost De Cock
4c6c80e0ac 🚧 Added Path.bbox() 2018-08-08 15:53:07 +02:00
Joost De Cock
cff2a4023d Path.join() and more robust offset 2018-08-07 07:40:23 +02:00
Joost De Cock
8051a48880 Fixed offset issue when Cp lies on start/end
See https://github.com/Pomax/bezierjs/issues/37#issuecomment-410810976
2018-08-06 20:43:19 +02:00
Joost De Cock
60b3e7d126 Round return value of path.length() 2018-08-06 16:02:24 +02:00
Joost De Cock
6167db92ac 💥 Switched to Capitals for constructors
Also moved round method to avoid circular dependency
2018-08-05 18:19:48 +02:00
Joost De Cock
fd80450d77 Further changes to handling of parts and copying their data 2018-08-05 15:52:37 +02:00
Joost De Cock
18cc30fe74 🚧 Part cloning 2018-08-03 14:20:28 +02:00
Joost De Cock
9a60dc5756 🚧 Bin packing integration 2018-08-01 18:18:29 +02:00
Joost De Cock
6f52ccfd2e 🚧 Progress on paths/beziers 2018-08-01 14:55:54 +02:00
joostdecock
be4e759c1a 🚧 Pre work on offsets 2018-07-26 13:43:12 +00:00
Joost De Cock
27500d52e1 🚧 Last changes for pivot to JavaScript 2018-07-24 08:34:26 +02:00
Joost De Cock
9fbef27330 🚧 Fixing prototype issues 2018-07-23 20:14:32 +02:00
joostdecock
7758ba81a6 🚧 Moved return statement to bottom to avoid warnings 2018-07-23 17:35:06 +00:00
joostdecock
568d0cdc4d 🚧 Linting and prettier code style 2018-07-23 11:44:34 +00:00
joostdecock
1f10829426 :contruction: Porting TS to JS 2018-07-23 11:12:06 +00:00
Renamed from lib/path.ts (Browse further)