Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) | Ulrich-Matthias Schäfer | 2016-01-23 | 3 | -9/+9 | |
|/ / / | ||||||
* | | | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 3 | -2/+5 | |
| | | | | | | | | | | | | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number | |||||
* | | | 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 | |||||
* | | | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵ | Ulrich-Matthias Schäfer | 2016-01-11 | 2 | -1/+73 | |
| | | | | | | | | | | | | (#403 / #437) | |||||
* | | | `matrixify()` will not apply the calculated matrix to the node anymore | Ulrich-Matthias Schäfer | 2015-12-29 | 1 | -3/+1 | |
| | | | ||||||
* | | | fix #433 | Denis Mosolov | 2015-12-29 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | added check for existence of node (fix #431) | Ulrich-Matthias Schäfer | 2015-12-23 | 1 | -0/+3 | |
|/ | ||||||
* | updated changelog, fixed typo in doc and removed semicolon | Ulrich-Matthias Schäfer | 2015-12-12 | 2 | -2/+2 | |
| | ||||||
* | fixes for issue #429 | rdfriedl | 2015-12-11 | 2 | -2/+2 | |
| | ||||||
* | replaced usage of window.scrollX and window.scrollY with standard ↵ | Dan Ormisher | 2015-12-08 | 1 | -2/+2 | |
| | | | | 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 | 2 | -2/+15 | |
| | ||||||
* | fix amd loader (see #412) | Ulrich-Matthias Schäfer | 2015-11-30 | 1 | -3/+5 | |
| | ||||||
* | fixed bug related to the new path parser, text-method of tspan is a getter ↵ | Ulrich-Matthias Schäfer | 2015-11-30 | 2 | -14/+17 | |
| | | | | now, too | |||||
* | fixes the null check fix from last commit (fixes #417) | Ulrich-Matthias Schäfer | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | added null check in image onload callback (fixes #415) | Ulrich-Matthias Schäfer | 2015-11-28 | 1 | -0/+2 | |
| | ||||||
* | fix leading point bug in path parsing (#416) | Ulrich-Matthias Schäfer | 2015-11-28 | 1 | -11/+22 | |
| | ||||||
* | added `gbox()` to group to get bbox with translation included (fixes #405) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -2/+17 | |
| | ||||||
* | dom data was not cleaned up properly (fixes #398) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -1/+4 | |
| | ||||||
* | `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409) | Ulrich-Matthias Schäfer | 2015-11-18 | 2 | -77/+126 | |
| | ||||||
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 19 | -112/+112 | |
| | ||||||
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 4 | -22/+54 | |
| | ||||||
* | fixes #396 | Ulrich-Matthias Schäfer | 2015-11-04 | 1 | -2/+2 | |
| | ||||||
* | fixed return value of `text()` after import/clone (#393) | Ulrich-Matthias Schäfer | 2015-11-04 | 2 | -31/+44 | |
| | ||||||
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 2 | -9/+29 | |
| | ||||||
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 2 | -3/+8 | |
| | ||||||
* | UMD-Wrappper with possibility to add custom window object (#352) | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -0/+15 | |
| | ||||||
* | fix rect | Ulrich-Matthias Schäfer | 2015-10-22 | 1 | -1/+1 | |
| | ||||||
* | bbox loop (fix #392) | Ulrich-Matthias Schäfer | 2015-10-22 | 1 | -4/+2 | |
| | ||||||
* | fixed mask animation in Firefox (#287) | Ulrich-Matthias Schäfer | 2015-10-11 | 2 | -7/+14 | |
| | ||||||
* | moved special handling of pattern/gradient transform to the corresponding class | Ulrich-Matthias Schäfer | 2015-10-11 | 3 | -7/+11 | |
| | ||||||
* | added ungroup src file. ungrouping defs forbidden | Ulrich-Matthias Schäfer | 2015-10-11 | 1 | -0/+24 | |
| | ||||||
* | added ungroup/flatten (#238), toParent and toDoc | Ulrich-Matthias Schäfer | 2015-10-11 | 2 | -1/+23 | |
| | ||||||
* | fixes pattern animation (#385) | Ulrich-Matthias Schäfer | 2015-10-10 | 2 | -1/+8 | |
| | ||||||
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -4/+4 | |
| | ||||||
* | clone method for text to mark all firstlevel tspans as newlines (fixes #369) | Ulrich-Matthias Schäfer | 2015-09-15 | 1 | -1/+15 | |
| | ||||||
* | added transform to pattern and gradient (fix #383) | Ulrich-Matthias Schäfer | 2015-09-15 | 2 | -1/+9 | |
| | | | | added skewX and skewY | |||||
* | Merge remote-tracking branch 'upstream/master' | Ray Glover | 2015-09-14 | 2 | -11/+12 | |
|\ | | | | | | | | | | | Conflicts: dist/svg.js dist/svg.min.js | |||||
| * | Merge pull request #370 from dhardtke/master | Fuzzy | 2015-09-06 | 1 | -3/+3 | |
| |\ | | | | | | | fix stupid typo that leads to broken gradients | |||||
| | * | fix typo (finally) | dhardtke | 2015-09-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fixes #366 | Sam Thomson | 2015-07-30 | 1 | -8/+9 | |
| |/ | ||||||
* / | Make parsing a <transform-list> more robust in the face of IE11 | Ray Glover | 2015-08-14 | 3 | -2/+5 | |
|/ | | | | | which doesn't use commas (',') to delimit matrix elements. see also: http://www.w3.org/TR/SVG11/coords.html#SVGGlobalTransformAttribute | |||||
* | Fixes #360 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -4/+4 | |
| | ||||||
* | Fixed transform method which now uses current transformation and not ctm anymore | Ulrich-Matthias Schäfer | 2015-07-05 | 2 | -16/+37 | |
| | ||||||
* | Fixed few bugs with doc() and problems with textNodes (#357) | Ulrich-Matthias Schäfer | 2015-06-28 | 4 | -22/+18 | |
| | ||||||
* | Fixed bug in SVG.Bare (closes #358) | Ulrich-Matthias Schäfer | 2015-06-27 | 1 | -29/+29 | |
| | ||||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 39 | -0/+0 | |
| | ||||||
* | Fixed zoom consideration in circle and ellipse (see ↵ | Ulrich-Matthias Schäfer | 2015-06-22 | 1 | -2/+2 | |
| | | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac) | |||||
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 3 | -11/+3 | |
| | | | | It wasn't compatible to the other move-functions e.g. for the PointArray | |||||
* | Fixed bug in fx when animating with `plot()` (closes #354) | Ulrich-Matthias Schäfer | 2015-06-19 | 1 | -2/+2 | |
| | ||||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 1 | -3/+17 | |
| | | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents) |