aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-3/+2
|
* Update README.mdWout2021-06-091-1/+1
|
* Update README.mdUlrich-Matthias Schäfer2021-05-201-1/+1
| | | update docs link
* add twitter and other cdnsUlrich-Matthias Schäfer2020-05-101-3/+9
|
* added sponsor badgeUlrich-Matthias Schäfer2020-05-091-1/+1
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-011-1/+1
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-4/+0
|
* Make sure, that install notes are correctUlrich-Matthias Schäfer2018-12-011-5/+4
|
* cleaup readme, the info is in the docsUlrich-Matthias Schäfer2018-12-011-32/+0
|
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-12/+11
|
* fix readmeUlrich-Matthias Schäfer2018-10-181-8/+0
|
* Implemented new transformationsSaivan2018-03-021-0/+8
| | | | | | This commit implements the new transformation model, but it also needs to modify a few tests to fit the new format. This is still a work in progress.
* Updated the README to welcome new users better!Saivan2018-02-271-0/+38
| | | | | | This commit updates the README with up to date instructions about how to run and build the library, as well as how to run the tests, playgrounds and performance tests
* correct position of gitter badgeUlrich-Matthias Schäfer2017-04-131-2/+1
|
* Add Gitter badgeThe Gitter Badger2017-04-131-0/+2
|
* added newline for readabilitydotnetCarpenter2017-02-051-0/+1
|
* Restored original READMEWout2017-01-141-2/+24
|
* Adding documentup referrerWout2017-01-141-24/+2
|
* add CDNJS version badge in README.md (#566)Daniel Wang2017-01-141-0/+1
| | | convey our current published version clearly
* Updated READMEwout2017-01-141-3/+15
|
* Updated docswout2017-01-141-4117/+1
|
* added code coveragedotnetCarpenter2016-11-131-0/+1
|
* added small paragraph about on how to prevent pushing failing commitsdotnetCarpenter2016-11-121-2/+6
|
* update doc for SVG() in alignment with comment: ↵dotnetCarpenter2016-11-041-0/+8
| | | | https://github.com/svgdotjs/svg.js/issues/139#issuecomment-256987267
* update README links to point to the new project homedotnetCarpenter2016-10-251-16/+18
|
* fix wrong doc for local testing (#537)Jon Ege Ronnenberg2016-10-181-3/+2
| | | | | | * fix wrong doc for local testing * fix html ending - thanks @RmiTtro
* Fix Build and Test sectionJon Ege Ronnenberg2016-10-171-1/+11
| | | Fix command to build and added a small section about testing
* Fixed error in READMEWout2016-10-131-2/+2
|
* Update document up to include travis status and updated README and CHANGELOG ↵dotnetCarpenter2016-10-121-1/+1
| | | | - I think this PR will be in the 3.0 release
* update badge and log firefox version on travisdotnetCarpenter2016-10-081-1/+1
|
* add travis badgedotnetCarpenter2016-10-041-1/+1
|
* Added intersections pluginWout2016-09-221-0/+3
|
* 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.