aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Corrected typo in README.mdDavid Asensio Cañas2016-05-291-1/+1
|
* fix donate buttonUlrich-Matthias Schäfer2016-05-161-12/+1
|
* added donate buttonUlrich-Matthias Schäfer2016-05-161-0/+13
|
* fixed bbox when element is not in the dom (#480), added parameter to `clone`Ulrich-Matthias Schäfer2016-05-131-17/+19
|
* readme update, clean upUlrich-Matthias Schäfer2016-03-291-28/+77
|
* fix finishing up correctly with even loops, readmeUlrich-Matthias Schäfer2016-03-291-1/+10
|
* revert multiple breaking changes introduced by the last commitsUlrich-Matthias Schäfer2016-03-281-8/+27
|
* Update Readme, still not doneUlrich-Matthias Schäfer2016-03-251-30/+40
|
* Removed references to old test pagewout2016-03-141-1/+1
|
* added `point()` to readmeUlrich-Matthias Schäfer2016-01-191-0/+11
|
* commentary fix; circle and ellipse sample codeAsko Kauppi2016-01-161-2/+2
|
* updated changelog, fixed typo in doc and removed semicolonUlrich-Matthias Schäfer2015-12-121-1/+1
|
* README.md - category editssnowyplover2015-11-201-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() methodssnowyplover2015-11-171-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()snowyplover2015-11-151-1/+1
|
* Reorganize and clarify documentationsnowyplover2015-11-151-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 mistakesnowyplover2015-11-111-1/+1
|
* Update center, cx, cy; add usage notes for inventsnowyplover2015-11-111-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 quotesUnihedron2015-11-111-1/+1
|
* added screenbox plugin to readmeUlrich-Matthias Schäfer2015-11-071-0/+3
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-5/+5
|
* readmeUlrich-Matthias Schäfer2015-11-061-2/+3
|
* update readme and changelogUlrich-Matthias Schäfer2015-10-261-0/+15
|
* updated docsUlrich-Matthias Schäfer2015-10-251-16/+18
|
* added pathmorphing extension to readmeUlrich-Matthias Schäfer2015-10-221-2/+14
|
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-0/+37
|
* Typos, Bump to 2.1.12.1.1Ulrich-Matthias Schäfer2015-10-031-1/+1
|
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-0/+6
|
* bump 2.1.02.1.0Ulrich-Matthias Schäfer2015-09-201-1/+1
|
* Bump 2.0.52.0.5Ulrich-Matthias Schäfer2015-07-051-1/+11
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-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 buttonWout2015-06-121-2/+0
|
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-38/+74
|
* Fix in SVG.Numberwout2014-09-031-1/+1
|
* Fixed bug in event detachingwout2014-09-031-0/+12
|
* Fixed bug in clone() methodwout2014-09-021-0/+16
|
* Removed matrix add() methodwout2014-08-301-11/+0
|
* Added animated parametric transformationswout2014-08-301-17/+42
|
* Updated READMEwout2014-08-291-4/+4
|
* Added SVG.TBox for transformed bounding boxeswout2014-08-291-12/+77
|
* Fixed instantiation issue in SVG.Numberwout2014-08-281-5/+13
|
* Updated READMEwout2014-08-241-2/+13
|
* Updated READMEwout2014-08-241-1/+23
|
* Removed node moduleswout2014-08-031-64/+2
|
* Updated READMEwout2014-08-011-3/+3
|
* Updated READMEwout2014-08-011-4/+3
|
* Added SVG.Bare for creation of non-described elementswout2014-08-011-2/+32
|
* Updated READMEwout2014-08-011-1/+3
|
* Added svg import / export functionaltywout2014-08-011-5/+25
|