Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #514 and #5162.3.3 | Ulrich-Matthias Schäfer | 2016-08-02 | 1 | -1/+1 |
| | | | | | - removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()` - make element visible when call bbox on a clone | ||||
* | Changed to document.documentElement.contains | snydesc | 2016-05-25 | 1 | -1/+1 |
| | | | | | document.contains will not work in IE. document.body.contains will work in IE, Chrome, and Firefox however will not work on SVG only documents. document.documentElement.contains appears to work for all variations. | ||||
* | Changed document.contains to document.body.contains | snydesc | 2016-05-24 | 1 | -1/+1 |
| | | | The document object in IE does not have the contains function as a method. This can cause a stack overflow as you can get stuck in an endless try catch loop. document.body.contains will work in IE, Firefox, and Chrome and will resolve this issue. | ||||
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -9/+13 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -6/+13 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Fix in RBox | wout | 2014-09-03 | 1 | -3/+2 |
| | |||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 1 | -11/+12 |
| | |||||
* | Firefox fixes and event specs | wout | 2014-09-03 | 1 | -4/+6 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 1 | -41/+57 |
| | |||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 1 | -2/+0 |
| | |||||
* | Fix in rbox | wout | 2014-07-20 | 1 | -6/+5 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -0/+144 |