Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -4/+4 |
| | | | | It wasn't compatible to the other move-functions e.g. for the PointArray | ||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 2 | -3/+16 |
| | | | | | 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 | -7/+0 |
| | | | | | | 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 | -0/+4 |
| | | | | Replaced split-function with an easier and faster one | ||||
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 6 | -56/+219 |
| | |||||
* | Fix in RBox | wout | 2014-09-03 | 1 | -6/+6 |
| | |||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -4/+5 |
| | |||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 4 | -46/+347 |
| | |||||
* | Firefox fixes and event specs | wout | 2014-09-03 | 3 | -0/+270 |
| | |||||
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -0/+4 |
| | |||||
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -19/+0 |
| | |||||
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -12/+0 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 10 | -34/+34 |
| | |||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -27/+36 |
| | |||||
* | Removed internal references from SVG.Text | wout | 2014-08-25 | 3 | -35/+52 |
| | |||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 3 | -29/+86 |
| | |||||
* | Removed node modules | wout | 2014-08-03 | 1 | -0/+8 |
| | |||||
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 3 | -17/+41 |
| | |||||
* | Added one more spec on raw importing | wout | 2014-08-01 | 1 | -0/+5 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 2 | -1/+41 |
| | |||||
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 7 | -61/+107 |
| | |||||
* | Matirx specs | wout | 2014-07-27 | 1 | -254/+263 |
| | |||||
* | Specified untransform() method | wout | 2014-07-27 | 1 | -1/+20 |
| | |||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 13 | -3433/+3509 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 3 | -24/+88 |
| | |||||
* | Fix in rbox | wout | 2014-07-20 | 1 | -13/+13 |
| | |||||
* | Fixes a but in absolute positioning of groups | wout | 2014-07-19 | 1 | -4/+14 |
| | |||||
* | Added support for scale center on matrices | wout | 2014-07-12 | 2 | -0/+13 |
| | |||||
* | Eliminate matrix translation errors | wout | 2014-07-12 | 8 | -8/+8 |
| | |||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 3 | -27/+37 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 5 | -20/+92 |
| | |||||
* | Complete new clone() method | wout | 2014-06-26 | 1 | -30/+46 |
| | |||||
* | Added more versatility to adopter | wout | 2014-06-25 | 2 | -0/+8 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 8 | -65/+318 |
| | |||||
* | Speccing adopter module | wout | 2014-06-21 | 2 | -0/+38 |
| | |||||
* | Documented and added specs for new selector method | wout | 2014-06-21 | 2 | -0/+37 |
| | |||||
* | Back on track with the specs | wout | 2014-06-21 | 2 | -1/+2 |
| | |||||
* | Various reference fixes | wout | 2014-06-21 | 1 | -1/+5 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 8 | -21/+27 |
| | |||||
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 11 | -51/+244 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 6 | -13/+52 |
| | | | | Look at change log for full overview of changes. | ||||
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+5 |
| | |||||
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -2/+74 |
| | |||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 3 | -25/+32 |
| | |||||
* | SVG.Stop accepts multiple arguments1.0.0-rc.6 | wout | 2014-02-20 | 1 | -0/+13 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 33 | -65/+431 |
| | | | | to 1.0.0-rc.5 | ||||
* | Giving Firefox some slack in the text position specs1.0.0-rc.5 | wout | 2014-02-05 | 1 | -10/+10 |
| | |||||
* | Fix in patharray arc | wout | 2014-02-05 | 1 | -0/+4 |
| | |||||
* | added pointAt() method to SVG.Path | wout | 2014-02-05 | 1 | -0/+13 |
| | |||||
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 3 | -1/+66 |
| |