| commit | 5c4d5582c9d47ea47c7699fe69b9f95d0117dbd5 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 15 12:53:31 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 15 12:53:31 2013 +0000 |
| tree | 3b8a2af2897a6896b328d58f7e892a2ec69d0e0b | |
| parent | fb830981f2ec157674953650de6ddbf8723051a0 [diff] [blame] |
dashing asPoints could draw excessively long first dash https://codereview.appspot.com/7098054/ Will require rebaselining of dashing gm. git-svn-id: http://skia.googlecode.com/svn/trunk@7177 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkDrawCommand.cpp b/debugger/SkDrawCommand.cpp index 4b39fac..5f33eb1 100644 --- a/debugger/SkDrawCommand.cpp +++ b/debugger/SkDrawCommand.cpp
@@ -316,6 +316,7 @@ this->fInfo.push(SkObjectParser::ScalarToString(SkIntToScalar(count), "Points: ")); this->fInfo.push(SkObjectParser::PointModeToString(mode)); + this->fInfo.push(SkObjectParser::PaintToString(paint)); } void DrawPoints::execute(SkCanvas* canvas) {