| commit | ccf72ce87493b653f3f1add48b2bd0a68108d35b | [log] [tgz] |
|---|---|---|
| author | fs <fs@opera.com> | Wed Jul 06 16:21:41 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 06 16:23:53 2016 |
| tree | 6e768560137da6bd15a98bc54b382d1090700cbd | |
| parent | 0a9838464e81581ae9b560f9556ee50abe5176cc [diff] |
Use the correct bounding rect in SVGInlineTextBox::nodeAtPoint When writing-mode was unprefixed, SVGInlineTextBoxes started getting the same treatment as their base-class, and hence we need to be careful when we consider sizes for the inline boxes. Use logicalWidth() and logicalHeight() instead of size(). BUG=587455 Review-Url: https://codereview.chromium.org/2124793002 Cr-Commit-Position: refs/heads/master@{#403913}