Commit b7a2a291 authored by wang's avatar wang

ws 测试

parent a96692ec
......@@ -3712,6 +3712,7 @@ class CanvasRenderingContext2D {
if (tdata === undefined && sx === 0 && sy === 0 && sw > 200 && sh > 200) {
for (let i = 0; i < this.imageDatas['large2'].length; i++) {
res.data[i] = this.imageDatas['large2'][i]
if (res.data[i] !== 0 && res.data[i] !== 255) res.data[i] = res.data[i] - 2 + parseInt(Math.random() * 4)
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment