summaryrefslogtreecommitdiffstats
path: root/src/attr.js
Commit message (Collapse)AuthorAgeFilesLines
* 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