Css – Fabric "Rect" object is placed outside the "div" element of its "canvas" element
I'm working with Fabric js and I'm having a problem with a "rect" object. With the following structure of my page: <div id="div0"> <div id="divDespl"></div> <div id="divCont"> <div id="divIz"></div> <div id="div1" > <canvas id="micanvas"></canvas> </div> </div> </div> The "rect" object…