Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -8/+7 |
| | |||||
* | clone method for text to mark all firstlevel tspans as newlines (fixes #369) | Ulrich-Matthias Schäfer | 2015-09-15 | 1 | -2/+17 |
| | |||||
* | added transform to pattern and gradient (fix #383) | Ulrich-Matthias Schäfer | 2015-09-15 | 1 | -2/+10 |
| | | | | added skewX and skewY | ||||
* | build (pr #372) | Ray Glover | 2015-09-14 | 1 | -11/+15 |
| | |||||
* | fix typo (finally) | dhardtke | 2015-09-06 | 1 | -1/+2 |
| | |||||
* | fix stupid typo that leads to broken gradients | dhardtke | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | Bump 2.0.52.0.5 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -2/+2 |
| | |||||
* | Fixes #360 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -5/+5 |
| | |||||
* | Fixed transform method which now uses current transformation and not ctm anymore | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -17/+38 |
| | |||||
* | Bump 2.0.42.0.4 | Ulrich-Matthias Schäfer | 2015-06-28 | 1 | -24/+20 |
| | |||||
* | Bump 2.0.32.0.3 | Ulrich-Matthias Schäfer | 2015-06-27 | 1 | -2/+2 |
| | |||||
* | Fixed bug in SVG.Bare (closes #358) | Ulrich-Matthias Schäfer | 2015-06-27 | 1 | -29/+29 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Bump 2.0.22.0.2 | Ulrich-Matthias Schäfer | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | Fixed zoom consideration in circle and ellipse (see ↵ | Ulrich-Matthias Schäfer | 2015-06-22 | 1 | -4/+4 |
| | | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac) | ||||
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -12/+4 |
| | | | | It wasn't compatible to the other move-functions e.g. for the PointArray | ||||
* | Fixed bug in fx when animating with `plot()` (closes #354) | Ulrich-Matthias Schäfer | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 1 | -4/+18 |
| | | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents) | ||||
* | Removed target-reference from use which caused bugs in `dmove()` and `use()` ↵ | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -4/+1 |
| | | | | | | with external file The used element can be retrieved using `element.reference('href')` | ||||
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -3/+3 |
| | | | | Replaced split-function with an easier and faster one | ||||
* | bump version 2.0.0 | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -3/+3 |
| | |||||
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -72/+109 |
| | |||||
* | Bumped to 2.0.0-rc.1 | wout | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | Latest build2.0.0-rc.1 | wout | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Fix in RBox | wout | 2014-09-03 | 1 | -4/+3 |
| | |||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -4/+6 |
| | |||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 1 | -19/+43 |
| | |||||
* | Firefox fixes and event specs | wout | 2014-09-03 | 1 | -9/+22 |
| | |||||
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -19/+30 |
| | |||||
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -14/+1 |
| | |||||
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -52/+99 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 1 | -160/+212 |
| | |||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -24/+18 |
| | |||||
* | Removed internal references from SVG.Text | wout | 2014-08-25 | 1 | -29/+52 |
| | |||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 1 | -68/+101 |
| | |||||
* | Secure wrapper | wout | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | Typo's | wout | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using ↵ | Alex Ewerlof | 2014-08-03 | 1 | -9/+15 |
| | | | | UMD wrapper | ||||
* | Removed node modules | wout | 2014-08-03 | 1 | -2/+2 |
| | |||||
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 1 | -94/+85 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -8/+36 |
| | |||||
* | Reworked sub-pixel offset fix | wout | 2014-07-31 | 1 | -26/+7 |
| | |||||
* | Added reverse functionality for animation loops | wout | 2014-07-30 | 1 | -102/+108 |
| | |||||
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1 | -461/+473 |
| | |||||
* | Specified untransform() method | wout | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Reimplemented matrix animations | wout | 2014-07-26 | 1 | -10/+10 |
| | |||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 1 | -235/+285 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 1 | -161/+158 |
| | |||||
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 1 | -24/+1 |
| | |||||
* | Fix in rbox | wout | 2014-07-20 | 1 | -7/+6 |
| |