summaryrefslogtreecommitdiffstats
path: root/src/viewbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add comment.Tavmjong Bah2014-10-091-0/+1
| | | (bzr r13582)
* avoid round-off error when calculating viewbox transform c2p (Bug 1374614 ↵Alvin Penner2014-10-081-10/+10
| | | | | | | | and Bug 1235279) Fixed bugs: - https://launchpad.net/bugs/1374614 (bzr r13581)
* Fix parsing of preserveAspectRatio broken in r13016.Tavmjong Bah2014-02-111-1/+1
| | | (bzr r13019)
* viewbox: simple code clean-upJohan B. C. Engelen2014-02-091-44/+36
| | | (bzr r13016)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-0/+277
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)