infinite-canvas-tutorial
infinite-canvas-tutorial copied to clipboard
RangeError: Maximum call stack size exceeded in RoughRect
const rect = new RoughRect({
x: 50,
y: 50,
width: 100,
height: 100,
fill: 'black',
fillStyle: 'dots'
});
RangeError: Maximum call stack size exceeded