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

Issue 42087: SkiaFontWin.cpp: close the SkPath after each polygon rather than only once. L... (Closed)

Created:
11 years, 9 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
brettw, agl, dglazkov
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

SkiaFontWin.cpp: close the SkPath after each polygon rather than only once. Letters like 'A' and 'D', which have multiple polygons, were missing pieces when being stroked. This was discovered while investigating LayoutTests/svg/custom/struct-use-09-b.svg but it is only a partial fix for that test. There is also some offset between the stroke and fill. upstreamed: https://bugs.webkit.org/show_bug.cgi?id=24526

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/WebCore/platform/graphics/skia/SkiaFontWin.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Evan Stade
11 years, 9 months ago (2009-03-11 20:30:27 UTC) #1
brettw
LGTM!
11 years, 9 months ago (2009-03-11 22:05:08 UTC) #2
dglazkov
Can we please not commit it locally? :)
11 years, 9 months ago (2009-03-11 22:13:31 UTC) #3
Evan Stade
I'll upstream it as well, but I want to commit it locally so I can ...
11 years, 9 months ago (2009-03-11 22:27:02 UTC) #4
dglazkov
11 years, 9 months ago (2009-03-11 22:31:43 UTC) #5
Ok. Please do it soon.

Powered by Google App Engine
This is Rietveld 408576698