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

Issue 1644903003: added support for more features in JSON (blurs, dashing, different path fill types, etc.) (Closed)

Created:
4 years, 10 months ago by ethannicholas
Modified:
4 years, 10 months ago
Reviewers:
joshualitt, jcgregorio
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

added support for more features in JSON (blurs, dashing, different path fill types, etc.) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1644903003 Committed: https://skia.googlesource.com/skia/+/78fc22af41a5118963a8f7253758111b05b9700e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -70 lines) Patch
M gyp/json.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/json/SkJSONCanvas.h View 3 chunks +29 lines, -3 lines 0 comments Download
M tools/json/SkJSONCanvas.cpp View 14 chunks +134 lines, -29 lines 0 comments Download
M tools/json/SkJSONRenderer.cpp View 9 chunks +208 lines, -38 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
ethannicholas
4 years, 10 months ago (2016-01-28 21:07:23 UTC) #3
joshualitt
On 2016/01/28 21:07:23, ethannicholas wrote: lgtm
4 years, 10 months ago (2016-01-29 13:45:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1644903003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1644903003/1
4 years, 10 months ago (2016-01-29 14:51:57 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/78fc22af41a5118963a8f7253758111b05b9700e
4 years, 10 months ago (2016-01-29 15:15:11 UTC) #8
jcgregorio
On 2016/01/28 at 21:07:23, ethannicholas wrote: > Currently failing to build skiaserve with: ../../tools/json/SkJSONRenderer.cpp: In ...
4 years, 10 months ago (2016-01-29 15:27:30 UTC) #9
ethannicholas
4 years, 10 months ago (2016-01-29 15:39:09 UTC) #10
Message was sent while issue was closed.
On 2016/01/29 15:27:30, jcgregorio wrote:
> On 2016/01/28 at 21:07:23, ethannicholas wrote:
> > 
> 
> Currently failing to build skiaserve with:
> 
> ../../tools/json/SkJSONRenderer.cpp: In member function ‘void
> SkJSONRenderer::Renderer::getPaint(Json::Value&, SkPaint*)’:
> ../../tools/json/SkJSONRenderer.cpp:185:24: error: variable ‘textAlign’ set
but
> not used [-Werror=unused-but-set-variable]
>          SkPaint::Align textAlign;
>                         ^
> cc1plus: all warnings being treated as errors

Just TBR'd you for a fix to this.

Powered by Google App Engine
This is Rietveld 408576698