Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix file permissions. | Ryan Jacobs | 2015-05-22 | 1 | -0/+0 |
| | | | | | find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \; | ||||
* | Fixing a bug in viewbox | wout | 2014-06-19 | 1 | -6/+6 |
| | |||||
* | Fixed Infinite Loop | Stephen Habegger | 2014-06-16 | 1 | -2/+6 |
| | | | | | Fixed infinite loop in ViewBox when element has a percentage width/height. | ||||
* | Fix in viewbox | wout | 2014-01-22 | 1 | -6/+21 |
| | |||||
* | Fix in SVG.Viewbox | wout | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Fix in viewbox0.33 | wout | 2013-08-23 | 1 | -4/+3 |
| | |||||
* | Fix in viewbox | wout | 2013-08-23 | 1 | -2/+2 |
| | |||||
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 1 | -1/+3 |
| | |||||
* | Fix in viewbox() method | wout | 2013-03-29 | 1 | -3/+3 |
| | |||||
* | Added viewbox toString() method | wout | 2013-02-20 | 1 | -1/+9 |
| | |||||
* | Defaulting zoom in viewbox to 1 | wout | 2013-02-20 | 1 | -9/+10 |
| | |||||
* | Fix in viewbox fallback | wout | 2013-02-20 | 1 | -18/+17 |
| | |||||
* | ViewBox zoom description | wout | 2013-02-20 | 1 | -2/+2 |
| | |||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -0/+35 |