infinite-canvas-tutorial icon indicating copy to clipboard operation
infinite-canvas-tutorial copied to clipboard

RangeError: Maximum call stack size exceeded in RoughRect

Open xiaoiver opened this issue 1 year ago • 0 comments

const rect = new RoughRect({
  x: 50,
  y: 50,
  width: 100,
  height: 100,
  fill: 'black',
  fillStyle: 'dots'
});
RangeError: Maximum call stack size exceeded

xiaoiver avatar Nov 22 '24 15:11 xiaoiver