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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
156 } | 156 } |
157 } | 157 } |
158 8 : { | 158 8 : { |
159 method : "restore" | 159 method : "restore" |
160 } | 160 } |
161 9 : { | 161 9 : { |
162 method : "restore" | 162 method : "restore" |
163 } | 163 } |
164 } | 164 } |
165 | 165 |
OLD | NEW |