Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 Canvas log: | 2 Canvas log: |
| 3 { | 3 { |
| 4 0 : { | 4 0 : { |
| 5 method : "drawRect" | 5 method : "drawRect" |
| 6 params : { | 6 params : { |
| 7 paint : { | 7 paint : { |
| 8 color : "#FF0000FF" | 8 color : "#FF0000FF" |
| 9 filterLevel : "Low" | 9 filterLevel : "Low" |
| 10 flags : "AntiAlias" | 10 flags : "AntiAlias" |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 4 : { | 99 4 : { |
| 100 method : "clipRect" | 100 method : "clipRect" |
| 101 params : { | 101 params : { |
| 102 SkRegion::Op : "kIntersect_Op" | 102 SkRegion::Op : "kIntersect_Op" |
| 103 rect : { | 103 rect : { |
| 104 bottom : 221 | 104 bottom : 221 |
| 105 left : 0 | 105 left : 0 |
| 106 right : 300 | 106 right : 300 |
| 107 top : 71 | 107 top : 71 |
| 108 } | 108 } |
| 109 softClipEdgeStyle : true | 109 softClipEdgeStyle : false |
| 110 } | 110 } |
| 111 } | 111 } |
| 112 5 : { | 112 5 : { |
| 113 method : "save" | 113 method : "save" |
| 114 } | 114 } |
| 115 6 : { | 115 6 : { |
| 116 method : "translate" | 116 method : "translate" |
| 117 params : { | 117 params : { |
| 118 dx : 0 | 118 dx : 0 |
| 119 dy : 71 | 119 dy : 71 |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 147 } | 147 } |
| 148 } | 148 } |
| 149 8 : { | 149 8 : { |
| 150 method : "restore" | 150 method : "restore" |
| 151 } | 151 } |
| 152 9 : { | 152 9 : { |
| 153 method : "restore" | 153 method : "restore" |
| 154 } | 154 } |
| 155 } | 155 } |
| 156 | 156 |
| OLD | NEW |