Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added event listeners to event module | wout | 2013-01-09 | 1 | -0/+33 | |
| | ||||||
* | Updated README | wout | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | Storing element type | wout | 2013-01-08 | 2 | -1/+3 | |
| | ||||||
* | Fix in fx module for very short durations | wout | 2013-01-08 | 1 | -2/+2 | |
| | ||||||
* | Fix in fx module for durations under 10 ms | wout | 2013-01-08 | 1 | -1/+1 | |
| | ||||||
* | Updated README | wout | 2013-01-06 | 2 | -6/+6 | |
| | ||||||
* | Added patterns | wout | 2013-01-06 | 3 | -2/+49 | |
| | ||||||
* | fill() and stroke() accept a hex string | wout | 2013-01-06 | 2 | -53/+28 | |
| | ||||||
* | Fix in animatabel attr | wout | 2013-01-05 | 1 | -1/+10 | |
| | ||||||
* | Removed temp wrapper in safari bug fix | wout | 2013-01-05 | 3 | -33/+46 | |
| | ||||||
* | Made code more readable and included docs | wout | 2013-01-04 | 21 | -659/+584 | |
| | ||||||
* | Fix in SVG.FX | wout | 2013-01-03 | 2 | -9/+11 | |
| | ||||||
* | Fix in color parser | wout | 2013-01-03 | 1 | -1/+8 | |
| | ||||||
* | Added the SVG.FX module for animations | wout | 2013-01-03 | 3 | -8/+296 | |
| | ||||||
* | Added SVG.Nested to create nested svg documents | wout | 2013-01-02 | 2 | -0/+16 | |
| | ||||||
* | Replaced clip() in favor of mask() | wout | 2013-01-01 | 7 | -88/+131 | |
| | | | | Some browsers had issues with clipping, masking was a better option. | |||||
* | Added each(), next(), previous() and more | wout | 2012-12-31 | 4 | -4/+63 | |
| | ||||||
* | Added position() | wout | 2012-12-31 | 2 | -6/+14 | |
| | ||||||
* | Added clone() | wout | 2012-12-31 | 2 | -2/+21 | |
| | ||||||
* | Added mask.js | wout | 2012-12-31 | 5 | -11/+61 | |
| | ||||||
* | Added hide() and show() | wout | 2012-12-30 | 2 | -13/+22 | |
| | ||||||
* | Added dblclick to event.js | wout | 2012-12-30 | 1 | -2/+7 | |
| | ||||||
* | Added event.js | wout | 2012-12-30 | 1 | -0/+15 | |
| | ||||||
* | Code refactoring | wout | 2012-12-29 | 11 | -60/+115 | |
| | ||||||
* | Improved container | wout | 2012-12-29 | 2 | -3/+3 | |
| | ||||||
* | Added polyline and polygon, removed cicle | wout | 2012-12-29 | 6 | -71/+65 | |
| | ||||||
* | Added skew method to the sugar module | wout | 2012-12-28 | 3 | -9/+17 | |
| | ||||||
* | Added image size as arguments | wout | 2012-12-28 | 1 | -2/+3 | |
| | ||||||
* | Bug fix in bbox() | wout | 2012-12-27 | 1 | -2/+9 | |
| | ||||||
* | Fix in bbox90 for IE | wout | 2012-12-27 | 1 | -9/+11 | |
| | ||||||
* | Updated README | wout | 2012-12-27 | 1 | -1/+1 | |
| | ||||||
* | Reworked transform() | wout | 2012-12-27 | 3 | -34/+67 | |
| | ||||||
* | Fix in path | wout | 2012-12-26 | 2 | -2/+8 | |
| | ||||||
* | Defaulting <svg> width and height to 100% | wout | 2012-12-23 | 1 | -1/+1 | |
| | ||||||
* | Added support for IE9 | wout | 2012-12-23 | 1 | -1/+1 | |
| | ||||||
* | Added and exta wrapping div around svg element | wout | 2012-12-23 | 1 | -2/+7 | |
| | ||||||
* | Imporved safari fix | wout | 2012-12-23 | 1 | -2/+2 | |
| | ||||||
* | Fine-tuned safari bug fix | wout | 2012-12-23 | 2 | -16/+13 | |
| | ||||||
* | Fixed a bug in safari prevending correct dy on tspans | wout | 2012-12-23 | 5 | -14/+36 | |
| | ||||||
* | Simplified rotate() syntax | wout | 2012-12-22 | 1 | -4/+9 | |
| | ||||||
* | Change lement creation syntax | wout | 2012-12-22 | 1 | -54/+28 | |
| | ||||||
* | Added gradient | wout | 2012-12-22 | 4 | -4/+120 | |
| | ||||||
* | Lowered presence of the svg function | wout | 2012-12-21 | 1 | -4/+0 | |
| | ||||||
* | Making the svg function global | wout | 2012-12-21 | 3 | -8/+9 | |
| | ||||||
* | Cross browser fixes | wout | 2012-12-21 | 2 | -13/+15 | |
| | ||||||
* | 'bbox()' bow also returning cx and cy0.1 | wout | 2012-12-21 | 1 | -2/+1 | |
| | ||||||
* | Streamlined code | wout | 2012-12-21 | 9 | -69/+96 | |
| | ||||||
* | text font() method can be used as a getter | wout | 2012-12-21 | 1 | -19/+31 | |
| | ||||||
* | Added anchor option for text element | wout | 2012-12-20 | 1 | -7/+5 | |
| | ||||||
* | Added font element | wout | 2012-12-20 | 6 | -32/+115 | |
| |