summaryrefslogtreecommitdiffstats
path: root/src/array.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-92/+0
|
* fixed declaritive again, fromArray now works on all object instancesUlrich-Matthias Schäfer2018-05-301-3/+0
|
* The timeline is now decoupled from the real timeSaivan2018-05-151-0/+6
| | | | | | | | | | | | | | | This commit allows the timeline to exist independently of the actual time. This will allow it to be used to seek through an animation with relative ease. We also made some architectural changes to the timeline to support this. Changes ======= - Refactored the runner into its own file without exposing it to the user (changed the gulpfile) - The timeline no longer depends on the current time - The user can supply absolute times to queue events - Some more methods have been integrated into the timeline
* 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-28/+35
| | | | | | 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
* Making initial changes for svg.js v3.0Ulrich-Matthias Schäfer2017-03-101-5/+1
| | | | | | | | | | | | - 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)
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-061-1/+1
| | | | added test, added pathArray speed bench
* `SVG.Array` now accepts a comma seperated string and returns array of ↵Ulrich-Matthias Schäfer2017-02-241-1/+1
| | | | numbers instead of strings
* Added clone method to SVG.Array/PointArray/PathArray (#590)Ulrich-Matthias Schäfer2017-02-201-10/+14
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-8/+8
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-151-1/+1
| | | | Replaced split-function with an easier and faster one
* Installed Jasmin 2.0.1wout2014-07-261-1/+1
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-2/+1
|
* Bumped to 1.0.0-rc.6wout2014-03-041-0/+6
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-3/+1
|
* Added get to SVG.Set, bumped to v0.37wout2014-01-261-121/+0
|
* Fix in point array move method0.34wout2014-01-221-2/+3
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Added animatible poly's, bumped to v0.31wout2013-08-011-20/+185
|
* Added SVG.Array and bumped to v0.29wout2013-07-251-0/+32