rosoksdev
rosoksdev
imho, but I think documentation should be put in wiki section. However, idk if docs are actual, lets wait for contributor answer
For today, there is no SVG support via code, I think work should be continued
Provided fix in fork, waiting for accepting pull request to origin
Screenshot for approvement
@ggua5470 I will test if named colors work at all. Fix provides solve only for transparent color, so I will test it on another svgs
> I am hitting the same issue, but it's with all literal colors i.e. fill="white" still will fill with black color, but fill="#FFFFFF" works. Maybe it's not specific to none?...
@ggua5470 Thanks for the report, I will look at implementations and will notify you if something changes
@ggua5470, I updated in latest commit, check if everything works
@ggua5470, great! Mention me if something will break again :D
You should change all states of moveable object to false (keepRatio or throttle can be origin): ```javascript moveable: { draggable: false, throttleDrag: 1, resizable: false, throttleResize: 1, keepRatio: true, scalable:...