@hatiolab/things-scene 3.0.46 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/things-scene.d.ts CHANGED
@@ -359,8 +359,8 @@ declare module '@hatiolab/things-scene' {
359
359
  width: number,
360
360
  height: number
361
361
  ): void
362
- drawStroke(context: CanvasRenderingContext2D): void
363
- drawFill(context: CanvasRenderingContext2D): void
362
+ drawStroke(context: CanvasRenderingContext2D, override?: { [prop: string]: any }): void
363
+ drawFill(context: CanvasRenderingContext2D, override?: { [prop: string]: any }): void
364
364
  drawText(context: CanvasRenderingContext2D): void
365
365
 
366
366
  ondblclick(e: MouseEvent): void