aboutsummaryrefslogtreecommitdiffstats
path: root/src/pointed.js
Commit message (Collapse)AuthorAgeFilesLines
* Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-1/+1
| | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit
* All files now loosely abide by standard lintingSaivan2018-02-271-10/+10
| | | | | | This commit completes the rest of the files, making sure they are in the standard linting format. Next we will add the linter to the build process of our application.
* `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-1/+1
| | | | | | Conflicts: dist/svg.js dist/svg.min.js
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-281-0/+25