Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected typo in README.md | David Asensio Cañas | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | fix donate button | Ulrich-Matthias Schäfer | 2016-05-16 | 1 | -12/+1 |
| | |||||
* | added donate button | Ulrich-Matthias Schäfer | 2016-05-16 | 1 | -0/+13 |
| | |||||
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -17/+19 |
| | |||||
* | readme update, clean up | Ulrich-Matthias Schäfer | 2016-03-29 | 1 | -28/+77 |
| | |||||
* | fix finishing up correctly with even loops, readme | Ulrich-Matthias Schäfer | 2016-03-29 | 1 | -1/+10 |
| | |||||
* | revert multiple breaking changes introduced by the last commits | Ulrich-Matthias Schäfer | 2016-03-28 | 1 | -8/+27 |
| | |||||
* | Update Readme, still not done | Ulrich-Matthias Schäfer | 2016-03-25 | 1 | -30/+40 |
| | |||||
* | Removed references to old test page | wout | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | added `point()` to readme | Ulrich-Matthias Schäfer | 2016-01-19 | 1 | -0/+11 |
| | |||||
* | commentary fix; circle and ellipse sample code | Asko Kauppi | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | updated changelog, fixed typo in doc and removed semicolon | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | README.md - category edits | snowyplover | 2015-11-20 | 1 | -5/+8 |
| | | | | | | | The note for "Size and position" has been edited for consistency. The category "Altering the element tree" has been renamed "Document tree manipulations". The `transform()`, `rotate()`, `skew()`, `scale()`, and `translate()` methods have been given their own category: "Transforms". | ||||
* | Move "Syntax sugar", transform() methods | snowyplover | 2015-11-17 | 1 | -195/+194 |
| | | | | | | | | | | The "Transforming elements" section has been renamed "Size and position". The `transform()` method has been moved to the "Geometry" section. The "Syntax sugar" section has been broken up and removed: * `radius()` has been moved to "Size and position" (and has been edited for completeness and clarity) * `fill()`, `stroke()`, and `opacity()` have been moved to "Attributes and styles" * `rotate()`, `skew()`, `scale()`, and `translate()` have been grouped with `transform()` under "Geometry" | ||||
* | Fix description of toParent() | snowyplover | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Reorganize and clarify documentation | snowyplover | 2015-11-15 | 1 | -168/+182 |
| | | | | | | | | | | | | | | The 'Manipulating elements, 'Attribute references', and 'Inserting elements' sections of the documentation are reorganized. 'Manipulating elements' has been broken up into 4 sections: * Attributes and styles * Classes * Transforming elements * Altering the element tree The 'Attribute references' section is folded into 'Attributes and styles', and the 'Inserting elements' section is folded into 'Altering the element tree'. Some general information about positioning methods has been added/moved to a note at the beginning of the 'Transforming elements' section. Many of the method descriptions in these sections have been edited for clarity, and a few typos have been fixed. | ||||
* | Fix formatting mistake | snowyplover | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Update center, cx, cy; add usage notes for invent | snowyplover | 2015-11-11 | 1 | -2/+20 |
| | | | | | Warnings are added to the center, cx, and cy method descriptions noting that these methods only work on elements defined in user coordinates. More details are added to the description of SVG.invent, and the terminology of its configuration object is clarified. | ||||
* | Annotate double quotes as double quotes | Unihedron | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | added screenbox plugin to readme | Ulrich-Matthias Schäfer | 2015-11-07 | 1 | -0/+3 |
| | |||||
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -5/+5 |
| | |||||
* | readme | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -2/+3 |
| | |||||
* | update readme and changelog | Ulrich-Matthias Schäfer | 2015-10-26 | 1 | -0/+15 |
| | |||||
* | updated docs | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -16/+18 |
| | |||||
* | added pathmorphing extension to readme | Ulrich-Matthias Schäfer | 2015-10-22 | 1 | -2/+14 |
| | |||||
* | added ungroup/flatten (#238), toParent and toDoc | Ulrich-Matthias Schäfer | 2015-10-11 | 1 | -0/+37 |
| | |||||
* | Typos, Bump to 2.1.12.1.1 | Ulrich-Matthias Schäfer | 2015-10-03 | 1 | -1/+1 |
| | |||||
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -0/+6 |
| | |||||
* | bump 2.1.02.1.0 | Ulrich-Matthias Schäfer | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Bump 2.0.52.0.5 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -1/+11 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 1 | -1/+10 |
| | | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents) | ||||
* | Removed obsolete gittip button | Wout | 2015-06-12 | 1 | -2/+0 |
| | |||||
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -38/+74 |
| | |||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 1 | -0/+12 |
| | |||||
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -0/+16 |
| | |||||
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -11/+0 |
| | |||||
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -17/+42 |
| | |||||
* | Updated README | wout | 2014-08-29 | 1 | -4/+4 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 1 | -12/+77 |
| | |||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -5/+13 |
| | |||||
* | Updated README | wout | 2014-08-24 | 1 | -2/+13 |
| | |||||
* | Updated README | wout | 2014-08-24 | 1 | -1/+23 |
| | |||||
* | Removed node modules | wout | 2014-08-03 | 1 | -64/+2 |
| | |||||
* | Updated README | wout | 2014-08-01 | 1 | -3/+3 |
| | |||||
* | Updated README | wout | 2014-08-01 | 1 | -4/+3 |
| | |||||
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 1 | -2/+32 |
| | |||||
* | Updated README | wout | 2014-08-01 | 1 | -1/+3 |
| | |||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -5/+25 |
| |