Check if you have the proper rotation; you can simply rotate it in the UI editor (by default, /rw_editor).
If your drawing does not align with the board, don't forget to update the rotation using the scaleform rotation button in the board editor.
In html/drawerJs.standalone.js, find this line: var MAX_IMAGES_THRESHOLD = 10; and edit the value to the desired limit.
html/drawerJs.standalone.js
var MAX_IMAGES_THRESHOLD = 10;
Last updated 9 months ago