-
Notifications
You must be signed in to change notification settings - Fork 48
/
CONTRIBUTORS.txt
27 lines (17 loc) · 933 Bytes
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Contributors
============
Lennart Regebro <[email protected]>, Original Author
Justin Gruenberg implemented the Quadradic Bezier calculations and
provided suggestions and feedback about the d() function.
Michiel Schallig suggested calculating length by recursive straight-line
approximations, which enables you to choose between accuracy or speed.
Steve Schwarz added an error argument to make that choice an argument.
ClayJarCom speeded up `point()` calculations for paths.
Thanks also to bug fixers Martin R, abcjjy, Daniel Stender, MTician,
blokhin, Karthikeyan, jaraco, martinleopold and twjang.
Thanks to tatarize for help with investigating issues, and coming with
much feedback and ideas.
Samuel Carlsson [vidstige] provided the `tangent()` functions.
Lucas Simon discovered and fixed that not all path segments preserved
the relative setting when parsing.
Taewoong Jang [twjang] implemented boundingbox functions.