1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
Joost De Cock
85137b2334 Point.flipX and point.flipY now default to 0 2018-08-31 09:43:46 +02:00
Joost De Cock
f43be99877 Added utils.curveCrossesLine and utils.curveCrossesCurve 2018-08-21 13:49:12 +02:00
Joost De Cock
463052529d 🐛 Fixed bug in Point.flipX() and Point.flipY 2018-08-14 16:17:43 +02:00
Joost De Cock
7803d1b996 Point and Attributes tests 2018-08-11 19:17:39 +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
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
6f52ccfd2e 🚧 Progress on paths/beziers 2018-08-01 14:55:54 +02: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/point.ts (Browse further)