aboutsummaryrefslogtreecommitdiffstats
path: root/src/sugar.js
Commit message (Collapse)AuthorAgeFilesLines
* add ability to use `font()` method like `attr()` method (#620)Ulrich-Matthias Schäfer2017-03-081-10/+11
|
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-061-1/+2
|
* added `font()` method to `SVG.Tspan` (#599)Ulrich-Matthias Schäfer2017-03-051-1/+1
|
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-051-2/+2
| | | | but only if the value on the element is already percentage
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-281-1/+1
|
* Fix the bug where relative matrix transforms are not animatedRémi Tétreault2016-11-091-4/+5
| | | | Also, add the possibility to make uniform skew transform.
* Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ↵Ulrich-Matthias Schäfer2016-10-121-0/+2
| | | | a nop when no argument given
* fixed old target referencesUlrich-Matthias Schäfer2016-04-091-2/+2
|
* relative movements, delayed (queued) start of animationUlrich-Matthias Schäfer2015-12-231-2/+2
|
* added all fx methods, styles and attrsUlrich-Matthias Schäfer2015-12-161-2/+2
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-2/+2
|
* Fixes #366Sam Thomson2015-07-301-8/+9
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Added SVG.Bare for creation of non-described elementswout2014-08-011-0/+12
|
* Added more control to SVG.Matrixwout2014-07-281-2/+6
|
* Installed Jasmin 2.0.1wout2014-07-261-8/+10
|
* Added support for scale center on matriceswout2014-07-121-1/+3
|
* Completely reworked transform systemwout2014-07-111-20/+7
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-6/+2
|
* Bumped to 1.0.0-rc.6wout2014-03-041-1/+1
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-24/+23
| | | | to 1.0.0-rc.5
* added pointAt() method to SVG.Pathwout2014-02-051-16/+24
|
* Bumped to v0.33wout2014-01-221-0/+9
|
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-1/+1
| | | | SVG.Use inherits from SVG.Shape
* Fix in fill() methodwout2013-06-231-2/+2
|
* Added translate() methodwout2013-05-291-2/+9
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-1/+1
|
* Bumped to v0.11wout2013-03-241-3/+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
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-0/+4
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-12/+8
| | | | animation functionality
* Animatable fill() and stroke()wout2013-03-061-32/+31
|
* Reworked color managementwout2013-03-061-1/+1
|
* Improved rotate() method in sugar modulewout2013-03-021-23/+12
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-24/+24
|
* Unbinding an event from an elementwout2013-02-051-1/+0
|
* Updated opacity() method in sugar modulewout2013-02-021-13/+1
|
* Reworked SVG.Container inheritancewout2013-02-021-4/+11
|
* Added visible() and opacity() methods0.4wout2013-01-301-0/+9
|
* Fix in scale() in sugar module0.3wout2013-01-281-2/+2
|
* Fix in offset for SVG.Wrapwout2013-01-221-35/+25
|
* Removed obsolete codewout2013-01-151-29/+32
|
* fill() and stroke() accept a hex stringwout2013-01-061-44/+19
|
* Made code more readable and included docswout2013-01-041-63/+53
|
* Fix in SVG.FXwout2013-01-031-0/+1
|
* Added the SVG.FX module for animationswout2013-01-031-6/+41
|
* Code refactoringwout2012-12-291-10/+22
|
* Added skew method to the sugar modulewout2012-12-281-0/+8
|
* Reworked transform()wout2012-12-271-14/+10
|
* Simplified rotate() syntaxwout2012-12-221-4/+9
|
* Streamlined codewout2012-12-211-0/+20
|