Spaces:
Runtime error
Runtime error
Remove all shadowRoot
Browse files- index.html +1 -0
index.html
CHANGED
@@ -166,6 +166,7 @@ async def upload_func(event):
|
|
166 |
base.buffer[yo:yo+h,xo:xo+w,0:3]=arr[:,:,0:3]
|
167 |
base.buffer[yo:yo+h,xo:xo+w,-1]=arr[:,:,-1]
|
168 |
base.draw_buffer()
|
|
|
169 |
|
170 |
|
171 |
|
|
|
166 |
base.buffer[yo:yo+h,xo:xo+w,0:3]=arr[:,:,0:3]
|
167 |
base.buffer[yo:yo+h,xo:xo+w,-1]=arr[:,:,-1]
|
168 |
base.draw_buffer()
|
169 |
+
base.canvas[-2].clear()
|
170 |
|
171 |
|
172 |
|