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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 right : 300 | 106 right : 300 |
| 107 top : 71 | 107 top : 71 |
| 108 } | 108 } |
| 109 softClipEdgeStyle : false | 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 : "setMatrix" |
| 117 params : { | 117 params : { |
| 118 dx : 0 | 118 matrix : [ |
| 119 dy : 71 | 119 1 |
| 120 0 | |
| 121 0 | |
| 122 0 | |
| 123 1 | |
| 124 71 | |
| 125 0 | |
| 126 0 | |
| 127 1 | |
| 128 ] | |
| 120 } | 129 } |
| 121 } | 130 } |
| 122 7 : { | 131 7 : { |
| 123 method : "drawRect" | 132 method : "drawRect" |
| 124 params : { | 133 params : { |
| 125 paint : { | 134 paint : { |
| 126 color : "#7F000000" | 135 color : "#7F000000" |
| 127 filterLevel : "Low" | 136 filterLevel : "Low" |
| 128 flags : "AntiAlias" | 137 flags : "AntiAlias" |
| 129 hinting : "Normal" | 138 hinting : "Normal" |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 147 } | 156 } |
| 148 } | 157 } |
| 149 8 : { | 158 8 : { |
| 150 method : "restore" | 159 method : "restore" |
| 151 } | 160 } |
| 152 9 : { | 161 9 : { |
| 153 method : "restore" | 162 method : "restore" |
| 154 } | 163 } |
| 155 } | 164 } |
| 156 | 165 |
| OLD | NEW |