We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b37d3 commit c19e033Copy full SHA for c19e033
painter.wxml
@@ -1,5 +1,5 @@
1
<view style='position: relative;{{customStyle}}'>
2
- <canvas canvas-id="photo" style="{{photoStyle}};position: absolute;top: -9999rpx;" />
+ <canvas canvas-id="photo" style="{{photoStyle}};position: absolute; left: -9999px; top: -9999rpx;" />
3
<canvas canvas-id="bottom" style="{{painterStyle}};position: absolute;" />
4
<canvas canvas-id="k-canvas" style="{{painterStyle}};position: absolute;" />
5
<canvas canvas-id="top" style="{{painterStyle}};position: absolute;" />
0 commit comments