summaryrefslogtreecommitdiffstats
path: root/layout/svg/nsSVGOuterSVGFrame.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #438: Make the nsSVGOuterSVGAnonChildFrame a reference frame.wolfbeast2019-08-14-23/+33
| | | | | This causes transforms of the <svg> contents to be unaffected by scrolling / offset changes of the <svg> element.
* Issue #438: Check for non-rectilinear transformswolfbeast2019-08-14-0/+3
|
* Fix wrong SVG sizes with non-integer values for viewBox width/height.wolfbeast2018-09-14-4/+5
| | | | Includes a standalone reftest.
* Only create a single display transform for SVG frames with single child ↵wolfbeast2018-02-03-11/+33
| | | | | | transforms. This improves performance on repeated scaling of vectors.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+999