View is a Coordinate Container in Percent Mode. Default size of 1920x1080
Place objects all around
Add piping so it looks good.
Go to view it in Chrome, and the piping isn't lined up with the objects.
Go and check the CSS to try to find out why:
<div class="center view-parent " style="max-height: calc(100% + 0px); max-width: calc(100% + 0px); margin: 0px;">
<div></div>
<div data-component="ia.container.coord" data-component-path="C.0" class="ia_container--root ia_container--primary coord-aspect-ratio aspect-horizontal view">
<div class="no-zone" style="flex: 1 1 auto;"></div>
<div class="inner-container" style="flex: 0 0 1893.33px;">
<svg class="ia_piping" style="width: 1240.7px;height: 1034.86px;">
......
</div>
If I use dev tools to force the width and height to 1920, 1080, it all lines up beautifully.
I've also noticed after a save, it sometimes is really off.. And then if I refresh the page, it gets back to it's normal amount of off.
Anyone have any idea if there's some box I checked somewhere that's screwing it up?
Anyone know how to force it via stylesheet?
I'd really rather not have to replace all my piping with labels....