Skip to content

Commit 14fcb9d

Browse files
committed
Fix the bounding box not being in the include file.
1 parent 64b775c commit 14fcb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/shared.include.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ global.OffscreenCanvas.prototype.toBlobHD = function () {};
7676
let BoundingBox;
7777

7878
/**
79-
* @typedef {{fill:?string,stroke:?string,draw:function(CanvasRenderingContext2D):void}}
79+
* @typedef {{fill:?string,stroke:?string,draw:function(CanvasRenderingContext2D):void,getBoundingBox:function():BoundingBox}}
8080
*/
8181
let Path;
8282

0 commit comments

Comments
 (0)