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

Issue 2349143002: [SVGDom] Only apply opacity when needed (Closed)

Created:
4 years, 3 months ago by f(malita)
Modified:
4 years, 3 months ago
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

[SVGDom] Only apply opacity when needed Opacity: 1 is a no-op, but it shows up quite a bit in existing documents. R=robertphillips@google.com,stephana@google.com,reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2349143002 Committed: https://skia.googlesource.com/skia/+/7cf4ae71220fc2307cf387205fc64dab13ecf7bf

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M experimental/svg/model/SkSVGRenderContext.cpp View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 14 (8 generated)
f(malita)
4 years, 3 months ago (2016-09-19 01:24:05 UTC) #3
reed1
lgtm https://codereview.chromium.org/2349143002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2349143002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode271 experimental/svg/model/SkSVGRenderContext.cpp:271: if (opacity && opacity->value() < 1) { // ...
4 years, 3 months ago (2016-09-19 12:47:38 UTC) #8
f(malita)
https://codereview.chromium.org/2349143002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp File experimental/svg/model/SkSVGRenderContext.cpp (right): https://codereview.chromium.org/2349143002/diff/1/experimental/svg/model/SkSVGRenderContext.cpp#newcode271 experimental/svg/model/SkSVGRenderContext.cpp:271: if (opacity && opacity->value() < 1) { On 2016/09/19 ...
4 years, 3 months ago (2016-09-19 13:08:30 UTC) #9
robertphillips
lgtm
4 years, 3 months ago (2016-09-19 13:40:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349143002/1
4 years, 3 months ago (2016-09-19 13:41:25 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 13:42:41 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/7cf4ae71220fc2307cf387205fc64dab13ecf7bf

Powered by Google App Engine
This is Rietveld 408576698