summaryrefslogtreecommitdiffstats
path: root/src/ellipse.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-91/+0
|
* Initial planning for the Timeline ModuleSaivan2018-04-181-2/+2
| | | | | | This commit just includes a few plans and a massive derrangement of the fx module before it is to be refactored into the Timeline module. The basic methods are included, but everything is broken
* Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-0/+2
| | | | | | 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
* The first half of the library complies with Standard lintingSaivan2018-02-271-39/+39
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-3/+3
| | | | | | Conflicts: dist/svg.js dist/svg.min.js
* Speed improvements on parent elementwout2016-08-041-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Fixed zoom consideration in circle and ellipse (see ↵Ulrich-Matthias Schäfer2015-06-221-2/+2
| | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac)
* Further debugging matrix new implementationwout2014-07-121-2/+2
|
* Completely reworked transform systemwout2014-07-111-2/+2
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-26/+56
|
* Bumped to 1.0.0-rc.6wout2014-03-041-1/+1
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-55/+52
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-2/+4
|
* Bumped to v0.33wout2014-01-221-0/+8
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-5/+5
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+13
|
* Bumped to v0.11wout2013-03-241-4/+4
| | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-17/+20
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-5/+5
| | | | animation functionality
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-11/+11
|
* Made code more readable and included docswout2013-01-041-11/+12
|
* Code refactoringwout2012-12-291-2/+2
|
* Improved containerwout2012-12-291-2/+2
|
* Added polyline and polygon, removed ciclewout2012-12-291-1/+1
|
* Added font elementwout2012-12-201-10/+9
|
* Separated core from optional librarieswout2012-12-181-4/+5
|
* Added transform()wout2012-12-181-1/+1
|
* Refactored code for readability and sizewout2012-12-171-20/+25
|
* Added attr function for SVG.Elementwout2012-12-161-5/+5
|
* Implemented core librarywout2012-12-161-0/+30