Question
DOMElement scale not aligning element properly
Hi
i have a problem with DOMElement added to animate cc scene. The positions of domeElement seams not aligned properly when you start zooming the stage via browser (ctrl +)
Ive tested DOMElement without adobe animate divs, and there is no such behavior. It seams like the element is getting double the offset needed in animate sceene to be aligned perfecly.
Any clue on that ?
var dom_obj = new createjs.DOMElement(divContainer);
stage.addChild(dom_obj);
