gliffy / canvas2svg

Translates HTML5 Canvas draw commands to SVG
MIT License
691 stars 157 forks source link

typo Inavlid -> Invalid #58

Closed murkle closed 6 years ago

murkle commented 6 years ago

throw new Error("Inavlid number of arguments passed to drawImage: " + arguments.length); should be "Invalid"

kriswill commented 6 years ago

Thanks! apparently I can merge, so I will...