Jürg Lehni
|
d1e4807c6a
|
Allow the use of Formater without additional processing of numbers.
precision >= 16 will output numbers as is.
|
2016-01-07 18:51:30 +01:00 |
|
Jürg Lehni
|
a7a07fb6d5
|
Update JSDoc and do some documentation spring-cleaning.
- Convert from {@code ...} to shorter `...`
- Reformat some documentation comment blocks
- Update copyright notices
|
2015-12-30 21:55:19 +01:00 |
|
Jürg Lehni
|
6c0faaf010
|
Use Base.pick() instead of null check.
|
2015-10-27 23:43:14 +01:00 |
|
Johan Sundström
|
1b129feebf
|
Handle exportSVG({ precision: 0 }) correctly
|
2015-10-27 15:33:09 -07:00 |
|
Jürg Lehni
|
b541088c6f
|
A whole lot of documentation clean-up.
|
2015-06-16 17:50:37 +02:00 |
|
Jürg Lehni
|
48cb05a181
|
Replace tabs with 4 white-spaces.
|
2014-08-16 19:24:54 +02:00 |
|
Jürg Lehni
|
68db4f9b59
|
Forgotten in previous commit.
|
2014-05-13 13:23:37 +02:00 |
|
Jürg Lehni
|
e22fa3a664
|
Update copyright notice.
|
2014-01-04 01:47:16 +01:00 |
|
Jürg Lehni
|
10aa8d7b4a
|
Fix accidental documentation leakage into global scope.
|
2013-12-28 22:34:00 +01:00 |
|
Jürg Lehni
|
60732e8456
|
No need for default parameter.
|
2013-10-10 23:09:18 +02:00 |
|
Jürg Lehni
|
80f9f6061c
|
Change the way the Line class handles direction vectors and infinite lines.
The beginning of performance improvements in the Line class.
|
2013-05-26 15:44:52 -07:00 |
|
Jürg Lehni
|
fbe8a558bd
|
Refactor Format literal to Formatter class that keeps precision stored.
|
2013-04-09 17:32:19 -07:00 |
|