Skip to content

Commit 75a7a26

Browse files
committed
chore: needed for last coomit
1 parent 308f3e6 commit 75a7a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canvas.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ export class UICustomCanvasView extends UIView {
19831983
} else if (!owner.cached && owner.shapes) {
19841984
const shapes = owner.shapes;
19851985
if (shapes.length > 0) {
1986-
shapes.forEach((s) => s.drawMyShapeOnCanvas(this._canvas, owner));
1986+
shapes.forEach((s) => s.drawMyShapeOnCanvas(this._canvas, owner, size.width, size.height));
19871987
}
19881988
}
19891989
owner.onDraw(this._canvas);

0 commit comments

Comments
 (0)