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

Issue 1914293003: SVG <marker> painting TLC (Closed)

Created:
4 years, 7 months ago by fs
Modified:
4 years, 7 months ago
CC:
fs, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, krit, eae+blinkwatch, f(malita), gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, 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

SVG <marker> painting TLC * Use range-based loop. * Hide checking for an empty 'viewBox' in LayoutSVGResourceMarker. * Simplify handling of marker scale due to 'markerUnits'. * Add some const qualification, reorder forward decls and add missing full stops. Committed: https://crrev.com/d171ededee9ec7d9ac6e382c39023180f3781430 Cr-Commit-Position: refs/heads/master@{#390112}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fold markerContentTransformation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -29 lines) Patch
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp View 1 2 chunks +17 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGShapePainter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGShapePainter.cpp View 2 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
fs
4 years, 7 months ago (2016-04-27 13:15:23 UTC) #3
f(malita)
LGTM w/ optional nit. https://codereview.chromium.org/1914293003/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp File third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp (right): https://codereview.chromium.org/1914293003/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp#newcode115 third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp:115: return markerContentTransformation(transform, referencePoint(), markerScale); nit: ...
4 years, 7 months ago (2016-04-27 14:15:17 UTC) #4
fs
https://codereview.chromium.org/1914293003/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp File third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp (right): https://codereview.chromium.org/1914293003/diff/1/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp#newcode115 third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp:115: return markerContentTransformation(transform, referencePoint(), markerScale); On 2016/04/27 at 14:15:17, f(malita) ...
4 years, 7 months ago (2016-04-27 14:27:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914293003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914293003/20001
4 years, 7 months ago (2016-04-27 17:14:45 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-04-27 17:19:59 UTC) #9
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:10:51 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d171ededee9ec7d9ac6e382c39023180f3781430
Cr-Commit-Position: refs/heads/master@{#390112}

Powered by Google App Engine
This is Rietveld 408576698