Disabling hidpi screens adn responsive scaling
Hey there,
I am using Animatecc in a web app where I created an API that adds some DomElements to the animation and replace the dynamic texts initially inserted. the problem is that when zooming in or out, the transform matrix is being recalculated by the function
makeResponsive which tries to adjust the canvas width and height and all elements within the animation_container.
My question is whether there is an option to disable this in Animate or should I comment this line of code each time I am generating an animation to make it work.
thank you. I tried to disable the responsiveness in the publish options but it didn't work.

