Perspective Vessel p&id displayFillLevel on right side

I know to mirrot a component with scaleX(-1), but it flip all the component, in the vessel case, it mirror it label and value.

Best approach is to mirror label and value two times?

Like this?
image

best aproach is to only mirror the svg
use theme.css or css injection

.ia_symbolComponent--p\&id {
  transform: scaleX(-1);
}
2 Likes

Exactly this. Thank you.

1 Like