Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | added specs for `isNumber()` and compile svg.js | Ulrich-Matthias Schäfer | 2016-01-18 | 3 | -4/+21 | |
| | | ||||||
* | | Merge pull request #444 from snowyplover/patch-1 | Ulrich-Matthias Schäfer | 2016-01-17 | 1 | -2/+2 | |
|\ \ | | | | | | | Fix regex for isNumber | |||||
| * | | Fix regex for isNumber | snowyplover | 2016-01-17 | 1 | -2/+2 | |
| | | | | | | | | | Description of necessary functionality for a regex that matches Javascript numbers found in Eloquent Javascript, (Ch 9, last exercise). See: http://eloquentjavascript.net/09_regexp.html#h_izldJoT3uv | |||||
* | | | Merge pull request #442 from akauppi/readme-fix | Ulrich-Matthias Schäfer | 2016-01-17 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | commentary fix; circle and ellipse sample code referred to 'rect' | |||||
| * | | commentary fix; circle and ellipse sample code | Asko Kauppi | 2016-01-16 | 1 | -2/+2 | |
|/ / | ||||||
* | | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵ | Ulrich-Matthias Schäfer | 2016-01-11 | 8 | -5/+284 | |
| | | | | | | | | (#403 / #437) | |||||
* | | bump 2.2.52.2.5 | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -4/+4 | |
| | | ||||||
* | | `matrixify()` will not apply the calculated matrix to the node anymore | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -9/+10 | |
| | | ||||||
* | | Merge pull request #434 from makarti/x-and-y-methods-string-parameter-issue | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -14/+25 | |
|\ \ | | | | | | | fix #433 | |||||
| * | | fix #433 | Denis Mosolov | 2015-12-29 | 4 | -14/+25 | |
|/ / | ||||||
| * | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2015-12-23 | 3 | -2/+8 | |
| |\ | |/ |/| | ||||||
* | | added check for existence of node (fix #431) | Ulrich-Matthias Schäfer | 2015-12-23 | 3 | -2/+8 | |
| | | ||||||
| * | relative movements, delayed (queued) start of animation | Ulrich-Matthias Schäfer | 2015-12-23 | 4 | -29/+43 | |
| | | ||||||
| * | transformation with correct rotation, fixed Color animation | Ulrich-Matthias Schäfer | 2015-12-21 | 4 | -81/+153 | |
| | | ||||||
| * | new specs, reverse, initAnimation, after, during, comments | Ulrich-Matthias Schäfer | 2015-12-20 | 5 | -658/+653 | |
| | | ||||||
| * | added all fx methods, styles and attrs | Ulrich-Matthias Schäfer | 2015-12-16 | 4 | -133/+663 | |
| | | ||||||
| * | added once and during | Ulrich-Matthias Schäfer | 2015-12-13 | 3 | -27/+105 | |
| | | ||||||
| * | new fx with enqueue method and dedicated SVG.Situation | Ulrich-Matthias Schäfer | 2015-12-13 | 4 | -371/+758 | |
| | | ||||||
| * | small change in fx specs | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | added new provisionally specs for fx | Ulrich-Matthias Schäfer | 2015-12-12 | 4 | -3/+68 | |
|/ | ||||||
* | bump 2.2.42.2.4 | Ulrich-Matthias Schäfer | 2015-12-12 | 6 | -7/+7 | |
| | ||||||
* | updated changelog, fixed typo in doc and removed semicolon | Ulrich-Matthias Schäfer | 2015-12-12 | 5 | -6/+12 | |
| | ||||||
* | Merge pull request #430 from rdfriedl/master | Ulrich-Matthias Schäfer | 2015-12-11 | 4 | -6/+6 | |
|\ | | | | | fixes for issue #429 | |||||
| * | fixes for issue #429 | rdfriedl | 2015-12-11 | 4 | -6/+6 | |
|/ | ||||||
* | Merge pull request #426 from jcvandan/master | Ulrich-Matthias Schäfer | 2015-12-10 | 3 | -6/+6 | |
|\ | | | | | Replaced usage of window.scrollX with window.pageXOffset | |||||
| * | replaced usage of window.scrollX and window.scrollY with standard ↵ | Dan Ormisher | 2015-12-08 | 3 | -6/+6 | |
|/ | | | | window.pageXOffset and window.pageYOffset in rbox() to stop NaN bug in IE | |||||
* | transform() returnw a-f now, too, double newlines create blank lines | Ulrich-Matthias Schäfer | 2015-12-04 | 4 | -6/+32 | |
| | ||||||
* | bump 2.2.32.2.3 | Ulrich-Matthias Schäfer | 2015-11-30 | 6 | -7/+12 | |
| | ||||||
* | fix amd loader (see #412) | Ulrich-Matthias Schäfer | 2015-11-30 | 3 | -8/+12 | |
| | ||||||
* | fixed bug related to the new path parser, text-method of tspan is a getter ↵ | Ulrich-Matthias Schäfer | 2015-11-30 | 4 | -29/+35 | |
| | | | | now, too | |||||
* | fixes the null check fix from last commit (fixes #417) | Ulrich-Matthias Schäfer | 2015-11-29 | 3 | -4/+4 | |
| | ||||||
* | bump 2.2.22.2.2 | Ulrich-Matthias Schäfer | 2015-11-28 | 6 | -6/+11 | |
| | ||||||
* | added null check in image onload callback (fixes #415) | Ulrich-Matthias Schäfer | 2015-11-28 | 3 | -2/+6 | |
| | ||||||
* | fix leading point bug in path parsing (#416) | Ulrich-Matthias Schäfer | 2015-11-28 | 3 | -14/+36 | |
| | ||||||
* | Merge pull request #407 from snowyplover/patch-1 | Ulrich-Matthias Schäfer | 2015-11-23 | 1 | -293/+327 | |
|\ | | | | | Reorganize and clarify documentation | |||||
| * | 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. | |||||
* | | gulp2.2.1 | Ulrich-Matthias Schäfer | 2015-11-18 | 2 | -3/+3 | |
| | | ||||||
* | | bump 2.2.1 | Ulrich-Matthias Schäfer | 2015-11-18 | 4 | -4/+4 | |
| | | ||||||
* | | added `gbox()` to group to get bbox with translation included (fixes #405) | Ulrich-Matthias Schäfer | 2015-11-18 | 5 | -16/+47 | |
| | | ||||||
* | | updated changelog | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -0/+4 | |
| | | ||||||
* | | dom data was not cleaned up properly (fixes #398) | Ulrich-Matthias Schäfer | 2015-11-18 | 3 | -3/+9 | |
| | | ||||||
* | | `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409) | Ulrich-Matthias Schäfer | 2015-11-18 | 4 | -150/+248 | |
|/ | ||||||
* | Merge pull request #404 from Unihedro/patch-2 | Ulrich-Matthias Schäfer | 2015-11-11 | 1 | -1/+1 | |
|\ | | | | | Annotate double quotes as double quotes | |||||
| * | 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 | |
| |