aboutsummaryrefslogtreecommitdiffstats
path: root/src/container.js
Commit message (Collapse)AuthorAgeFilesLines
* 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