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

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed)

Created:
5 years, 9 months ago by fs
Modified:
5 years, 9 months ago
Reviewers:
pdr., Eric Willigers
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-rendering, blink-reviews-style_chromium.org, dglazkov+blink, Dominik Röttsches, krit, dstockwell, eae+blinkwatch, ed+blinkwatch_opera.com, Eric Willigers, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, Mike Lawther (Google), pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, Steve Block, Timothy Loh, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Use Length for the stroke-dashoffset property in SVGLayoutStyle This replaces the SVGLength used for strokeDashOffset in SVGLayoutStyle with a Length. BUG=461375 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191191

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make font-size explicit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -50 lines) Patch
M LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html View 1 2 chunks +6 lines, -5 lines 0 comments Download
M LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt View 2 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/css/getComputedStyle-basic-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSPropertyEquality.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/LayoutStyleCSSValueMapping.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/LayoutStyle.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/SVGLayoutStyle.h View 4 chunks +5 lines, -11 lines 0 comments Download
M Source/core/layout/style/SVGLayoutStyle.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/SVGLayoutStyleDefs.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/style/SVGLayoutStyleDefs.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/style/SVGLayoutStyleTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/SVGLayoutSupport.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/svg/SVGLayoutTreeAsText.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
fs
@ericwilligers: I think the animation changes in this one are pretty straight-forward, but feel free ...
5 years, 9 months ago (2015-03-02 16:35:06 UTC) #2
pdr.
https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt File LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt (left): https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt#oldcode9 LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt:9: PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at ...
5 years, 9 months ago (2015-03-02 19:16:06 UTC) #3
fs
https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt File LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt (left): https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt#oldcode9 LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt:9: PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at ...
5 years, 9 months ago (2015-03-02 22:21:52 UTC) #4
pdr.
On 2015/03/02 at 22:21:52, fs wrote: > https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt > File LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt (left): > > https://codereview.chromium.org/962763003/diff/1/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt#oldcode9 ...
5 years, 9 months ago (2015-03-02 22:42:41 UTC) #5
Eric Willigers
lgtm For clarity, the .target style should contain an explicit font-size: 16px;
5 years, 9 months ago (2015-03-03 00:30:46 UTC) #6
fs
On 2015/03/03 00:30:46, Eric Willigers wrote: > lgtm > > For clarity, the .target style ...
5 years, 9 months ago (2015-03-03 11:42:19 UTC) #7
fs
On 2015/03/02 22:42:41, pdr wrote: > On 2015/03/02 at 22:21:52, fs wrote: > > > ...
5 years, 9 months ago (2015-03-03 11:43:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/962763003/20001
5 years, 9 months ago (2015-03-03 14:13:31 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-03 14:16:55 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191191

Powered by Google App Engine
This is Rietveld 408576698