summaryrefslogtreecommitdiffstats
path: root/src/attr.js
Commit message (Collapse)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-81/+0
|
* removed unused comments and filesUlrich-Matthias Schäfer2018-11-051-2/+0
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-7/+7
|
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-051-2/+2
|
* fix even more testsUlrich-Matthias Schäfer2018-11-041-1/+1
|
* implement registerMethods(), introduce real arrays for modern browsers, fix ↵Ulrich-Matthias Schäfer2018-11-041-2/+2
| | | | some tests
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-011-6/+8
|
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-271-6/+9
|
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-62/+68
|
* Fixed a few hanging issues with the linterSaivan2018-02-271-2/+5
| | | | | This commit fixes a few typesetting issues that probably resulted from the automated linting process
* The first half of the library complies with Standard lintingSaivan2018-02-271-36/+31
| | | | | | 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
* removed `loaded()` and `error()`/`changed load()`Ulrich-Matthias Schäfer2017-03-191-1/+1
| | | | | | SVG.Image is now constructed with: - container.image(src, callback) - new SVG.Image().load(src, callback)
* Making initial changes for svg.js v3.0Ulrich-Matthias Schäfer2017-03-101-5/+0
| | | | | | | | | | | | - removed `SVG.Array.split()` function (#604) - removed workaround for browser bug with stroke-width (#560) - removed polyfills - removed `ungroup()` in favour of `flatten()` - gradients now have their corresponding nodename as type and not only radial/linear (#606) - `SVG.Path.pointAt()` correctly returns an `SVG.Point` now (#607) - replaced static reference to `masker` in `SVG.Mask` with the `masker()` method - replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method - replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (all three #563)
* removed old fx code which is unused (#605)Ulrich-Matthias Schäfer2017-02-281-4/+0
|
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-111-7/+0
|
* fixes pattern animation (#385)Ulrich-Matthias Schäfer2015-10-101-0/+7
|
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-211-1/+1
| | | | It wasn't compatible to the other move-functions e.g. for the PointArray
* Added animated parametric transformationswout2014-08-301-13/+17
|
* Completely reworked transform systemwout2014-07-111-0/+79