aboutsummaryrefslogtreecommitdiffstats
path: root/src/viewbox.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix file permissions.Ryan Jacobs2015-05-221-0/+0
| | | | | find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \;
* Fixing a bug in viewboxwout2014-06-191-6/+6
|
* Fixed Infinite LoopStephen Habegger2014-06-161-2/+6
| | | | | Fixed infinite loop in ViewBox when element has a percentage width/height.
* Fix in viewboxwout2014-01-221-6/+21
|
* Fix in SVG.Viewboxwout2014-01-221-2/+2
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Fix in viewbox0.33wout2013-08-231-4/+3
|
* Fix in viewboxwout2013-08-231-2/+2
|
* Added deep traversing, reorganizd moduleswout2013-06-091-1/+3
|
* Fix in viewbox() methodwout2013-03-291-3/+3
|
* Added viewbox toString() methodwout2013-02-201-1/+9
|
* Defaulting zoom in viewbox to 1wout2013-02-201-9/+10
|
* Fix in viewbox fallbackwout2013-02-201-18/+17
|
* ViewBox zoom descriptionwout2013-02-201-2/+2
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-0/+35