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

Issue 13756: Fix issue 3620... (Closed)

Created:
12 years ago by jhaas
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix issue 3620 Logic in Path::arc() determines what angle should be passed to Skia for the newly-drawn arc. This was buggy in the case of drawing clockwise arcs where the start angle is greater than the end angle (on an absolute scale). Specifically, some schmuck named jhaas used a minus sign where a plus sign would have worked much better. Honestly I'm flabbergasted this hasn't shown up earlier than this. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6828

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M webkit/port/platform/graphics/PathSkia.cpp View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jhaas
12 years ago (2008-12-11 21:14:45 UTC) #1
brettw
12 years ago (2008-12-11 21:55:02 UTC) #2
LGTM, I hope this is the last bug with this code!

Powered by Google App Engine
This is Rietveld 408576698