commit | 8974774c32b5f0365d375a81d5d047c5c2406614 | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Thu Feb 19 18:44:51 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 19 18:44:51 2015 -0800 |
tree | f80c30077dbddff357bf84e975cb66bedc5ad252 | |
parent | 0c2da0c99f3553d406e937fc9026f31cfc77507f [diff] |
[SkSVGDevice] Fix whitespace text handling SVG ignores leading/trailing whitespace and consolidates mid-text (http://www.w3.org/TR/SVG/text.html#WhiteSpace). This can cause our x/y position indices to get out of whack. Implement a text builder which is SVG whitespace-munging-aware and performs the needed x/y position list adjustments. R=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/928583003