aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/Point.js
Commit message (Collapse)AuthorAgeFilesLines
* update dependenciesUlrich-Matthias Schäfer2024-06-181-2/+2
|
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-11/+10
|
* Performance: don't create extra objects in point() (#1251)Glandos2022-01-281-1/+1
|
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-131-3/+5
|
* sorted method namesUlrich-Matthias Schäfer2020-05-191-6/+7
|
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-4/+3
|
* Fix move and size of groups, removed setting of a default font so we dont ↵Ulrich-Matthias Schäfer2019-01-121-5/+16
| | | | act against user intention, fixed bug in `font()`
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-23/+9
| | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
* Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-11/+25
| | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-22/+3
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+2
| | | | make sure that init functions are chaninable
* added possibility to pass attribues into a constructor like: `new ↵Ulrich-Matthias Schäfer2018-11-081-2/+10
| | | | SVG.Rect({width:100})`
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+54