Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Issue 1683903004: Factor out the <textPath> positioning mapping code into a helper class (Closed)

Created:
4 years, 10 months ago by fs
Modified:
4 years, 10 months ago
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, krit, eae+blinkwatch, f(malita), gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Factor out the <textPath> positioning mapping code into a helper class Since <textPath> will be getting a bunch of smaller new features - all which essentially revolving around how the actual position is computed, or how the actual path is setup, wrap the code that performs the mapping from a location to a point on the path in a helper. The helper is called PathPositionMapper, and for now resides with LayoutSVGTextPath since that's the object that sets up the path data. BUG=366559 Committed: https://crrev.com/5ce4904ba1d747f0d793f3a4abde842fd03853ab Cr-Commit-Position: refs/heads/master@{#374893}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -28 lines) Patch
M third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h View 1 chunk +27 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp View 3 chunks +28 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h View 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp View 1 7 chunks +15 lines, -18 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
fs
https://codereview.chromium.org/1683903004/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h File third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h (right): https://codereview.chromium.org/1683903004/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h#newcode31 third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h:31: class PathPositionMapper { I guess this could go in ...
4 years, 10 months ago (2016-02-10 19:34:50 UTC) #2
Stephen Chennney
Do we have support for animation along path yet or something else needing point and ...
4 years, 10 months ago (2016-02-10 19:49:05 UTC) #3
fs
On 2016/02/10 at 19:49:05, schenney wrote: > Do we have support for animation along path ...
4 years, 10 months ago (2016-02-10 20:30:54 UTC) #4
Stephen Chennney
On 2016/02/10 20:30:54, fs wrote: > On 2016/02/10 at 19:49:05, schenney wrote: > > Do ...
4 years, 10 months ago (2016-02-10 21:18:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1683903004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1683903004/20001
4 years, 10 months ago (2016-02-11 14:00:43 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-11 14:05:26 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:35:30 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5ce4904ba1d747f0d793f3a4abde842fd03853ab
Cr-Commit-Position: refs/heads/master@{#374893}

Powered by Google App Engine
This is Rietveld 408576698