You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it is a bug in a plugin but anyway FYI I post here:
scenejs/api/latest/plugins/lib/canvas2image.js
line 141
It is:
oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height, 0, 0, iWidth, iWidth);
Should be:
oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height, 0, 0, iWidth, iHeight);
...
Thank for your great job!
Stefano
SceneJS version
Dev
Master
...
Browser
All of them
Chrome
Firefox
Internet Explorer
OS
All of them
Windows
Linux
Android
IOS
Hardware Requirements
The text was updated successfully, but these errors were encountered:
Description of the problem
I know it is a bug in a plugin but anyway FYI I post here:
scenejs/api/latest/plugins/lib/canvas2image.js
line 141
It is:
oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height, 0, 0, iWidth, iWidth);
Should be:
oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height, 0, 0, iWidth, iHeight);
...
Thank for your great job!
Stefano
SceneJS version
Browser
OS
Hardware Requirements
The text was updated successfully, but these errors were encountered: