Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -17/+16 |
| | | | | | | 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 | ||||
* | ids are not generated upon creation anymore | Ulrich-Matthias Schäfer | 2017-04-23 | 1 | -2/+2 |
| | | | | Instead they are generated when requested (#559) | ||||
* | removing SVG.Set completely | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -5/+3 |
| | |||||
* | Making initial changes for svg.js v3.0 | Ulrich-Matthias Schäfer | 2017-03-10 | 1 | -24/+20 |
| | | | | | | | | | | | | - removed `SVG.Array.split()` function (#604) - removed workaround for browser bug with stroke-width (#560) - removed polyfills - removed `ungroup()` in favour of `flatten()` - gradients now have their corresponding nodename as type and not only radial/linear (#606) - `SVG.Path.pointAt()` correctly returns an `SVG.Point` now (#607) - replaced static reference to `masker` in `SVG.Mask` with the `masker()` method - replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method - replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (all three #563) | ||||
* | updated changelog, fixed typo in doc and removed semicolon | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | fixes for issue #429 | rdfriedl | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -6/+6 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -2/+2 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -30/+32 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Various IE9 and IE10 fixes | wout | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Fixed naming conflict in mask and clip modules, bumped to v0.22 | wout | 2013-06-29 | 1 | -2/+31 |
| | |||||
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 1 | -0/+10 |
| | |||||
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -1/+0 |
| | | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo | ||||
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵ | wout | 2013-02-27 | 1 | -4/+1 |
| | | | | fixes | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -8/+8 |
| | |||||
* | Unbinding an event from an element | wout | 2013-02-05 | 1 | -1/+4 |
| | |||||
* | Reworked SVG.Container inheritance | wout | 2013-02-02 | 1 | -5/+2 |
| | |||||
* | Fix in offset for SVG.Wrap | wout | 2013-01-22 | 1 | -2/+1 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -8/+6 |
| | |||||
* | Replaced clip() in favor of mask() | wout | 2013-01-01 | 1 | -20/+2 |
| | | | | Some browsers had issues with clipping, masking was a better option. | ||||
* | Added mask.js | wout | 2012-12-31 | 1 | -0/+42 |