summaryrefslogtreecommitdiffstats
path: root/src/gradient.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-104/+0
|
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-011-1/+1
|
* Initial planning for the Timeline ModuleSaivan2018-04-181-2/+1
| | | | | | 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
* So the standard linter is operational and our code is compliantSaivan2018-02-271-1/+1
| | | | | | This commit completes the compliance of our code with the standard linter. It is now building correctly and error messages are displayed when somebody tries to build bad code!
* The first half of the library complies with Standard lintingSaivan2018-02-271-47/+48
| | | | | | 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
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-1/+1
|
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-071-2/+2
|
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-071-1/+1
|
* `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
* Making initial changes for svg.js v3.0Ulrich-Matthias Schäfer2017-03-101-5/+2
| | | | | | | | | | | | - 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)
* fixed old target referencesUlrich-Matthias Schäfer2016-04-091-2/+2
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-4/+4
|
* fixed mask animation in Firefox (#287)Ulrich-Matthias Schäfer2015-10-111-1/+1
|
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-111-0/+5
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Installed Jasmin 2.0.1wout2014-07-261-19/+18
|
* Added marker, symbol and dynamic referencingwout2014-06-171-1/+1
|
* SVG.Stop accepts multiple arguments1.0.0-rc.6wout2014-02-201-2/+10
|
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-8/+4
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-79/+75
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-0/+4
|
* Added `get()` method to SVG.Containerwout2013-06-231-4/+0
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-18/+17
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+9
|
* Bumped to v0.11wout2013-03-241-5/+3
| | | | | | | | | - 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
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-18/+14
| | | | animation functionality
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-4/+1
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-28/+28
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Fix in offset for SVG.Wrapwout2013-01-221-2/+1
|
* Added patternswout2013-01-061-1/+1
|
* Made code more readable and included docswout2013-01-041-56/+49
|
* Added mask.jswout2012-12-311-4/+1
|
* Code refactoringwout2012-12-291-15/+22
|
* Added gradientwout2012-12-221-0/+111