Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed few bugs with doc() and problems with textNodes (#357) | Ulrich-Matthias Schäfer | 2015-06-28 | 4 | -22/+18 |
| | |||||
* | 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 | 39 | -0/+0 |
| | |||||
* | Fixed zoom consideration in circle and ellipse (see ↵ | Ulrich-Matthias Schäfer | 2015-06-22 | 1 | -2/+2 |
| | | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac) | ||||
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 3 | -11/+3 |
| | | | | 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 | -2/+2 |
| | |||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 1 | -3/+17 |
| | | | | | 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 | -3/+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 | 2 | -2/+2 |
| | | | | 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 | 9 | -72/+109 |
| | |||||
* | Fix in RBox | wout | 2014-09-03 | 1 | -3/+2 |
| | |||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -3/+5 |
| | |||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 2 | -18/+42 |
| | |||||
* | Firefox fixes and event specs | wout | 2014-09-03 | 3 | -8/+21 |
| | |||||
* | Fixed bug in clone() method | wout | 2014-09-02 | 4 | -18/+29 |
| | |||||
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -13/+0 |
| | |||||
* | Added animated parametric transformations | wout | 2014-08-30 | 5 | -50/+97 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 6 | -160/+212 |
| | |||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -23/+17 |
| | |||||
* | Removed internal references from SVG.Text | wout | 2014-08-25 | 4 | -28/+51 |
| | |||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 4 | -61/+94 |
| | |||||
* | Typo's | wout | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using ↵ | Alex Ewerlof | 2014-08-03 | 1 | -6/+0 |
| | | | | UMD wrapper | ||||
* | Removed node modules | wout | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 7 | -97/+88 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 3 | -7/+35 |
| | |||||
* | Reworked sub-pixel offset fix | wout | 2014-07-31 | 2 | -31/+12 |
| | |||||
* | Added reverse functionality for animation loops | wout | 2014-07-30 | 3 | -101/+107 |
| | |||||
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 4 | -29/+41 |
| | |||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 9 | -232/+282 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 7 | -161/+158 |
| | |||||
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 3 | -46/+24 |
| | |||||
* | Fix in rbox | wout | 2014-07-20 | 1 | -6/+5 |
| | |||||
* | Fixes a but in absolute positioning of groups | wout | 2014-07-19 | 1 | -2/+2 |
| | |||||
* | Added support for scale center on matrices | wout | 2014-07-12 | 4 | -44/+36 |
| | |||||
* | Eliminate matrix translation errors | wout | 2014-07-12 | 3 | -8/+8 |
| | |||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 5 | -16/+18 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 17 | -404/+612 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 10 | -201/+107 |
| | |||||
* | Complete new clone() method | wout | 2014-06-26 | 2 | -32/+16 |
| | |||||
* | Added more versatility to adopter | wout | 2014-06-25 | 2 | -4/+6 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 12 | -83/+128 |
| | |||||
* | Documented and added specs for new selector method | wout | 2014-06-21 | 2 | -8/+10 |
| | |||||
* | Back on track with the specs | wout | 2014-06-21 | 2 | -6/+23 |
| | |||||
* | Various reference fixes | wout | 2014-06-21 | 3 | -7/+9 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 18 | -150/+209 |
| | |||||
* | Fixing a bug in viewbox | wout | 2014-06-19 | 1 | -6/+6 |
| | |||||
* | Merge pull request #216 from shabegger/master | Wout | 2014-06-19 | 1 | -2/+6 |
|\ | | | | | Fixed Infinite Loop | ||||
| * | Fixed Infinite Loop | Stephen Habegger | 2014-06-16 | 1 | -2/+6 |
| | | | | | | | | | | Fixed infinite loop in ViewBox when element has a percentage width/height. | ||||
* | | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 12 | -12/+138 |
|/ |