summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Sets accept multiple elements at oncewout2013-07-011-2/+5
|
* Added SVG.Set adn bumped to v0.24wout2013-07-015-74/+93
|
* Fix in SVG.Number for IE0.24wout2013-07-011-10/+12
|
* Fix in unit parser with negative values.wout2013-06-302-2/+2
|
* IMplemented <use> element, bumped to v0.23wout2013-06-294-12/+20
|
* Fixed naming conflict in mask and clip modules, bumped to v0.22wout2013-06-292-4/+62
|
* Reworked arrange module, <defs> always on topwout2013-06-276-34/+78
|
* Fix in rotation transform0.21wout2013-06-251-1/+1
|
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-18/+20
|
* Added `get()` method to SVG.Containerwout2013-06-232-4/+4
|
* Fix in fill() methodwout2013-06-231-2/+2
|
* Added SVG.Number, reworked gradient systemwout2013-06-237-58/+143
|
* Added to() method in the SVG.FXwout2013-06-092-94/+104
|
* Added deep traversing, reorganized modules0.19wout2013-06-091-0/+1
|
* Added deep traversing, reorganizd moduleswout2013-06-0917-77/+192
|
* Added translate() methodwout2013-05-291-2/+9
|
* Added merge() to SVG.BBoxwout2013-05-283-43/+86
|
* Removing defs and references on clear()wout2013-05-081-4/+7
|
* Bumped to v0.15, removed hsb color supportwout2013-04-264-89/+16
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-223-47/+110
|
* Parsing numeric values as a global getter0.14wout2013-04-151-1/+1
|
* Removing style attributes when emptywout2013-04-151-1/+4
|
* Fix in defaultswout2013-04-142-14/+17
|
* Merge pull request #24 from robwalch/masterWout Fierens2013-04-142-5/+5
|\ | | | | Keyword 'default' throws errors in some browsers
| * remove the use of keyword 'default'Rob Walch2013-04-142-5/+5
| |
* | Ensure center point for rotationswout2013-04-131-7/+11
| |
* | Bumped to v0.13wout2013-04-121-4/+7
| |
* | Fix for Firefox in bbox()0.13wout2013-04-111-7/+8
|/
* node.getBBox() fallback. Fixes #21Rob Walch2013-04-101-1/+11
|
* Fixed plot poly with array of pointsRob Walch2013-04-081-2/+2
|
* Rebuilding after leading() with argumentswout2013-04-071-1/+1
|
* Fix for leading method on non text elementswout2013-04-071-2/+2
|
* Stored base offset as a private variablewout2013-04-051-1/+2
|
* Extendibility fix in SVG.Elementwout2013-04-021-1/+1
|
* Passing attribute name and value in rebuild() methodwout2013-03-301-1/+1
|
* Fix in viewbox() methodwout2013-03-291-3/+3
|
* Allow invocation of SVG() with an <svg> tagwout2013-03-291-3/+5
|
* Bug fix: recreating defs after clear()0.12wout2013-03-282-2/+6
|
* Updated READMEwout2013-03-253-14/+7
|
* Added unbiased option to plotable elementswout2013-03-244-12/+24
|
* Added plot() method to SVG.Linewout2013-03-242-1/+10
|
* Bumped to v0.11wout2013-03-2422-411/+453
| | | | | | | | | - 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
* Animation value clearance0.11wout2013-03-133-13/+12
|
* Added x(), y(), cx(), cy() and matrixwout2013-03-1211-140/+277
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-0921-255/+384
| | | | animation functionality
* Animatable fill() and stroke()wout2013-03-062-35/+44
|
* Reworked color managementwout2013-03-065-41/+191
|
* Added during() method and unit morphing to fx modulewout2013-03-063-15/+58
|
* Fix in animate().center()0.8wout2013-03-053-55/+54
|
* Improved rotate() method in sugar modulewout2013-03-022-23/+23
|