rough-stuff / rough

Create graphics with a hand-drawn, sketchy, appearance
http://roughjs.com
MIT License
19.83k stars 613 forks source link

undefined coordinate crashes browser #164

Open Hudik opened 4 years ago

Hudik commented 4 years ago

Using generator.rectangle(x, y, width, height, options) with at least one undefined parameter x, y, width or height leads to browser lock and quick out-of-memory state.

It is no problem with TypeScript due to type check, but it's dangerous in pure JS environment.