summaryrefslogtreecommitdiffstats
path: root/src/container.js
Commit message (Collapse)AuthorAgeFilesLines
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-95/+3
| | | | SVG.Use inherits from SVG.Shape
* Added SVG.Array and bumped to v0.29wout2013-07-251-1/+1
|
* Reworked arrange module, <defs> always on topwout2013-06-271-11/+11
|
* Added `get()` method to SVG.Containerwout2013-06-231-0/+4
|
* Added deep traversing, reorganizd moduleswout2013-06-091-68/+11
|
* Removing defs and references on clear()wout2013-05-081-4/+7
|
* Bug fix: recreating defs after clear()0.12wout2013-03-281-1/+5
|
* Updated READMEwout2013-03-251-0/+4
|
* Added unbiased option to plotable elementswout2013-03-241-6/+6
|
* Added plot() method to SVG.Linewout2013-03-241-1/+1
|
* Bumped to v0.11wout2013-03-241-33/+35
| | | | | | | | | - 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-3/+7
|
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-11/+15
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-92/+101
|
* Reworked SVG.Container inheritancewout2013-02-021-3/+8
|
* Updated READMEwout2013-01-061-3/+3
|
* Added patternswout2013-01-061-1/+5
|
* Removed temp wrapper in safari bug fixwout2013-01-051-19/+0
|
* Made code more readable and included docswout2013-01-041-107/+82
|
* Added SVG.Nested to create nested svg documentswout2013-01-021-0/+5
|
* Replaced clip() in favor of mask()wout2013-01-011-5/+10
| | | | Some browsers had issues with clipping, masking was a better option.
* Added each(), next(), previous() and morewout2012-12-311-0/+33
|
* Code refactoringwout2012-12-291-9/+21
|
* Improved containerwout2012-12-291-1/+1
|
* Added polyline and polygon, removed ciclewout2012-12-291-32/+22
|
* Added image size as argumentswout2012-12-281-2/+3
|
* Added support for IE9wout2012-12-231-1/+1
|
* Imporved safari fixwout2012-12-231-2/+2
|
* Fine-tuned safari bug fixwout2012-12-231-14/+12
|
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-231-1/+23
|
* Change lement creation syntaxwout2012-12-221-54/+28
|
* Added gradientwout2012-12-221-0/+5
|
* 'bbox()' bow also returning cx and cy0.1wout2012-12-211-2/+1
|
* Streamlined codewout2012-12-211-1/+1
|
* Added font elementwout2012-12-201-5/+11
|
* Updated Readmewout2012-12-191-1/+1
|
* Separated core from optional librarieswout2012-12-181-36/+14
|
* Code slimmingwout2012-12-171-1/+1
|
* Refactored code for readability and sizewout2012-12-171-2/+2
|
* Removing legacy referenceswout2012-12-171-4/+0
|
* Fix in circle and ellipse generaterwout2012-12-161-12/+24
|
* Implemented core librarywout2012-12-161-0/+138
|
* Initial commitwout2012-12-151-0/+0