summaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Added support for CommonJS and AMD, bunped to v0.300.31wout2013-07-261-2/+2
|
* Added SVG.Array and bumped to v0.29wout2013-07-251-2/+2
|
* Reworked SVG.Text to give more granular controlwout2013-07-231-1/+1
|
* Namespace fixes and added textPath and bumped to v0.270.28wout2013-07-221-2/+2
|
* Added memory modulewout2013-07-021-2/+2
|
* SVG.Set are fabulouswout2013-07-011-0/+1
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-2/+2
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-2/+2
|
* Fixed naming conflict in mask and clip modules, bumped to v0.22wout2013-06-291-1/+1
|
* Reworked arrange module, <defs> always on topwout2013-06-271-2/+2
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-2/+2
|
* Added to() method in the SVG.FXwout2013-06-091-1/+1
|
* Added deep traversing, reorganizd moduleswout2013-06-091-1/+1
|
* Added translate() methodwout2013-05-291-1/+1
|
* Added merge() to SVG.BBoxwout2013-05-281-1/+1
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-1/+1
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-2/+2
|
* Bumped to v0.13wout2013-04-121-1/+1
|
* Allow invocation of SVG() with an <svg> tagwout2013-03-291-1/+1
|
* Bumped to v0.11wout2013-03-241-2/+2
| | | | | | | | | - 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
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-2/+2
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-3/+4
| | | | animation functionality
* Reworked color managementwout2013-03-061-1/+1
|
* Added during() method and unit morphing to fx modulewout2013-03-061-2/+2
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-1/+1
| | | | fixes
* Bumped to v0.6wout2013-02-201-1/+1
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-1/+1
|
* Updated READMEwout2013-02-021-1/+1
|
* Added SVG.Line as a native element0.5wout2013-02-021-1/+1
|
* Reworked SVG.Container inheritancewout2013-02-021-2/+2
|
* Modified extension method to include all SVG.Container elementswout2013-01-291-1/+1
|
* Added data() methodwout2013-01-271-1/+1
|
* Added patternswout2013-01-061-1/+1
|
* Made code more readable and included docswout2013-01-041-7/+6
|
* Added the SVG.FX module for animationswout2013-01-031-1/+1
|
* Added SVG.Nested to create nested svg documentswout2013-01-021-1/+1
|
* Replaced clip() in favor of mask()wout2013-01-011-1/+1
| | | | Some browsers had issues with clipping, masking was a better option.
* Added mask.jswout2012-12-311-1/+1
|
* Added event.jswout2012-12-301-1/+1
|
* Added polyline and polygon, removed ciclewout2012-12-291-1/+1
|
* Added build instructions to READMEwout2012-12-231-10/+1
|
* Added gradientwout2012-12-221-3/+3
|
* Lowered presence of the svg functionwout2012-12-211-0/+1
|
* Streamlined codewout2012-12-211-1/+1
|
* Added font elementwout2012-12-201-4/+4
|
* Updated Readmewout2012-12-191-1/+1
|
* Separated core from optional librarieswout2012-12-181-6/+13
|
* Added transform()wout2012-12-181-3/+7
|
* Code slimmingwout2012-12-171-1/+1
|
* Refactored code for readability and sizewout2012-12-171-1/+1
|