Hi I’m developing an application with perspective version 8.0.12. I need your support on 2 points in particular.
1- I can’t understand how I can perform a horizontal / vertical mirror of the images uploaded by the symbol factory.
2- My application involves the graphic representation of a water treatment P&I, I use all the symbology present inside the symbol factory and I load them inside a coordinated container (x, y), but when I go to resize my worksheet I realize that the objects move unevenly as they have been designed. Is it possible to solve this problem?
To mirror horizontally, add a transform: scaleX(-1) key to ‘styles’ - this uses CSS in the browser to flip the image:
For the latter - there’s a lot of different options to (try) to preserve things. To start, try specifying an aspect ratio in the coordinate container’s options. That will have some negative ramifications for layout, but makes the layout calculations a lot less likely to break.