| commit | bb725f3a42fd8caa33c542e46fe4d9fc7a72678f | [log] [tgz] |
|---|---|---|
| author | fs <fs@opera.com> | Thu Jul 07 19:47:58 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 19:50:17 2016 |
| tree | c69ae9f5fa53fc7495c8c8d757291607062147a6 | |
| parent | c715791f918686c3109deccbb818c7bfc246bbed [diff] |
Use the outermost SVG as base when computing offsetX/Y for SVG elements This reverts the behavior back to what it was prior to https://codereview.chromium.org/1747223002. In short, the closest ancestor CSS layout box is used for any SVG element. This will always be the outermost SVG root (LayoutSVGRoot.) BUG=624996 Review-Url: https://codereview.chromium.org/2124283002 Cr-Commit-Position: refs/heads/master@{#404217}