1
0
Fork 0
Commit graph

15658 commits

Author SHA1 Message Date
Joost De Cock
951ba7bb3c 🔖 v0.13.3 2018-09-06 12:03:26 +02:00
Joost De Cock
274d9d8934 Debug formatting 2018-09-06 12:03:18 +02:00
Joost De Cock
dbcfea2a48 Improved test coverage 2018-09-06 12:02:43 +02:00
Joost De Cock
2a99c9fce1 🔖 v0.13.2 2018-09-05 16:52:12 +02:00
Joost De Cock
09ae70e5a0 🔥 Removed checks that are handled by the validation plugin 2018-09-05 16:52:06 +02:00
Joost De Cock
d36e857e46 🔥 Removed unused variable 2018-09-05 10:54:40 +02:00
Joost De Cock
f00bd716c7 Updated test after path optimizations 2018-09-05 10:54:23 +02:00
Joost De Cock
f3435e07d3 🔖 v0.13.1 2018-09-04 16:56:25 +02:00
Joost De Cock
e945fa00b4 🔖 v0.13.0 2018-09-04 15:22:06 +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
e88fba59dd 🔖 v0.12.1 2018-09-04 10:26:34 +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
6c20fa1325 🔖 v0.12.0 2018-09-03 12:20:56 +02:00
Joost De Cock
ade70da54b Added support for different option types 2018-09-03 12:20:51 +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
85ec8d4afc 🔖 v0.11.2 2018-08-31 09:51:10 +02:00
Joost De Cock
65d6f264e9 🔖 v0.11.1 2018-08-31 09:50:41 +02:00
Joost De Cock
74f04fbf31 Fixed broken test 2018-08-31 09:50:36 +02:00
Joost De Cock
a245e8ae40 🔖 v0.11.0 2018-08-31 09:44:29 +02:00
Joost De Cock
1faad2a01b 🎨 Moved round() to utils 2018-08-31 09:44:12 +02:00
Joost De Cock
85137b2334 Point.flipX and point.flipY now default to 0 2018-08-31 09:43:46 +02:00
Joost De Cock
8f2f39ddb2 🔧 Now including sourcemaps in build 2018-08-31 09:43:01 +02:00
Joost De Cock
0370b2d88c 🔖 v0.10.4 2018-08-28 08:53:37 +02:00
Joost De Cock
91ae2946e4 Better support for insertText() hook 2018-08-28 08:53:32 +02:00
Joost De Cock
7d9df9f361 🔖 v0.10.3 2018-08-27 16:45:08 +02:00
Joost De Cock
0a1d96ea22 Added support for xml:lang attribute in SVG tag 2018-08-27 16:45:03 +02:00
Joost De Cock
1a029b7ac3 🔖 v0.10.2 2018-08-24 20:16:12 +02:00
Joost De Cock
072abb09b6 Added support for focus sampling of models (comparison) 2018-08-24 20:16:01 +02:00
Joost De Cock
f0793335f7 🔖 v0.10.1 2018-08-23 16:14:49 +02:00
Joost De Cock
2849a093ea 🔥 Removed some unused statements 2018-08-23 16:14:44 +02:00
Joost De Cock
c9fcaa2176 🔖 v0.10.0 2018-08-23 15:57:35 +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
753c1e913f Added support for circle rendering 2018-08-22 11:34:08 +02:00
Joost De Cock
d131048b2b 🔖 v0.9.0 2018-08-21 16:31:12 +02:00
Joost De Cock
273a4a1d7b Added path intersection methods 2018-08-21 16:30:51 +02:00
Joost De Cock
4553f21843 🐛 Our round() is too precise for utils.linesCross(). Replaced it with Math.round() 2018-08-21 15:31:07 +02:00
Joost De Cock
f43be99877 Added utils.curveCrossesLine and utils.curveCrossesCurve 2018-08-21 13:49:12 +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
bb597282ee 🔖 v0.8.4 2018-08-20 12:16:20 +02:00
Joost De Cock
f0035e751c Added strict mode to Pattern.needs() 2018-08-20 12:16:13 +02:00
Joost De Cock
902fe72b4a 🔖 v0.8.3 2018-08-17 20:24:27 +02:00
Joost De Cock
2a2c055981 🔥 Removed snippet comments 2018-08-17 20:24:10 +02:00
Joost De Cock
2886837827 🐛 Fixed issue in Pattern.needs() 2018-08-16 16:09:47 +02:00
Joost De Cock
87ffa51892 🔖 v0.8.2 2018-08-16 15:44:11 +02:00
Joost De Cock
7609af1391 Added support for idPrefix 2018-08-16 15:44:01 +02:00
Joost De Cock
2c7936e58a 🔖 v0.8.1 2018-08-16 13:59:17 +02:00
Joost De Cock
9179846379 🐛 Fixed issue with embed output 2018-08-16 13:59:11 +02:00