xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.15k stars 264 forks source link

fix: solve canvas2image.js wrong, make image's size correct #296

Open jacklincao opened 5 years ago

jacklincao commented 5 years ago

The img's height is incorrect, and I find line 154 have 2 iwidth in canvas2image.js. and I have fixed this problem.