summaryrefslogtreecommitdiffstats
path: root/src/doc.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-70/+0
|
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-011-1/+1
|
* fixed all that errors which come along when removing an object. Fixed tests, ↵Ulrich-Matthias Schäfer2018-03-011-22/+23
| | | | too and added isRoot test
* return explicit null if there is no rootUlrich-Matthias Schäfer2018-03-011-1/+3
|
* merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to ↵Ulrich-Matthias Schäfer2018-03-011-11/+24
| | | | decide between doc and nested
* So the standard linter is operational and our code is compliantSaivan2018-02-271-1/+1
| | | | | | This commit completes the compliance of our code with the standard linter. It is now building correctly and error messages are displayed when somebody tries to build bad code!
* The first half of the library complies with Standard lintingSaivan2018-02-271-18/+19
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* fix bug where defs returns nothingUlrich-Matthias Schäfer2017-07-251-1/+1
|
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-4/+3
|
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-41/+13
| | | | | | | | | | - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore
* changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-13/+0
| | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix
* make last test passing in svg docsUlrich-Matthias Schäfer2017-04-091-2/+2
|
* clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-291-0/+14
| | | | make test work in svg documents
* fixed bug in `add()` and `SVG.Doc().create()`Ulrich-Matthias Schäfer2016-04-151-6/+7
|
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-4/+5
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-0/+9
|
* Reworked sub-pixel offset fixwout2014-07-311-0/+12
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-19/+24
|
* Various reference fixeswout2014-06-211-1/+2
|
* Removed all structural referenceswout2014-06-211-56/+25
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-47/+18
| | | | to 1.0.0-rc.5
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-92/+92
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-1/+1
|
* Bumped to v0.33wout2014-01-221-7/+22
|
* Added support for CommonJS and AMD, bunped to v0.300.31wout2013-07-261-1/+1
|
* Various IE9 and IE10 fixeswout2013-07-041-1/+1
|
* Reworked arrange module, <defs> always on topwout2013-06-271-3/+11
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-36/+61
|
* Allow invocation of SVG() with an <svg> tagwout2013-03-291-3/+5
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-5/+5
| | | | animation functionality
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-5/+5
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-21/+21
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Removed temp wrapper in safari bug fixwout2013-01-051-12/+44
|
* Made code more readable and included docswout2013-01-041-17/+17
|
* Code refactoringwout2012-12-291-1/+2
|
* Defaulting <svg> width and height to 100%wout2012-12-231-1/+1
|
* Added and exta wrapping div around svg elementwout2012-12-231-2/+7
|
* Fine-tuned safari bug fixwout2012-12-231-2/+1
|
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-231-2/+7
|
* Cross browser fixeswout2012-12-211-3/+5
|
* Streamlined codewout2012-12-211-4/+4
|
* Separated core from optional librarieswout2012-12-181-0/+2
|
* Added transform()wout2012-12-181-1/+1
|
* Code slimmingwout2012-12-171-0/+19