The applied CSS properties were left: 1700px; top: 482px; transform-origin: 75px 130px; transform: translate(-50%, -50%) rotate(-90deg) scaleX(1.5) scaleY(0.5);, the order of the transform properties matter: https://www.youtube.com/watch?v=azoIMhKOucQ
objCustomDog has custom object rendering that has angle/xscale/yscale, but it no longer renders correctly due to https://github.com/chicory-pizza/chicory-data/pull/69
What the old version looked like:
The applied CSS properties were
left: 1700px; top: 482px; transform-origin: 75px 130px; transform: translate(-50%, -50%) rotate(-90deg) scaleX(1.5) scaleY(0.5);
, the order of the transform properties matter: https://www.youtube.com/watch?v=azoIMhKOucQ