summaryrefslogtreecommitdiffstats
path: root/src/mask.js
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to v0.33wout2014-01-221-0/+0
|
* Various IE9 and IE10 fixeswout2013-07-041-1/+1
|
* Fixed naming conflict in mask and clip modules, bumped to v0.22wout2013-06-291-2/+31
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+10
|
* Bumped to v0.11wout2013-03-241-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 ↵wout2013-02-271-4/+1
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-8/+8
|
* Unbinding an event from an elementwout2013-02-051-1/+4
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Fix in offset for SVG.Wrapwout2013-01-221-2/+1
|
* Made code more readable and included docswout2013-01-041-8/+6
|
* Replaced clip() in favor of mask()wout2013-01-011-20/+2
| | | | Some browsers had issues with clipping, masking was a better option.
* Added mask.jswout2012-12-311-0/+42