Hello, am I being very dim or are the shape drawing tools missing from Maker Edition?
I have some toggle buttons that need to occasionally disappear, however once visibility is set to 0 I can't bring them back so I would like a transparent rectangle... but I cant find the shape tools anywhere!
You really have two issues, one the drawing tools which @Matrix_Engineering responded to, and two, your issue with component visibility. You need to fix the issue with component visibility, overlaying a shape isn't a good solution. Why exactly are you setting visibility on a component based on that components value? That seems weird to me.
Perhaps describe your use case and users on this forum can help with a better solution.
Yeah that's of no use, and I can't draw a completely transparent SVG for obvious reasons. And I have already researched changing opacity / transparency and that seems to not be a thing here.
I know it's a bad solution however for instance I have a background pre drawn of a HMI screen with everything (say buttons toggles, data display areas and such) with all buttons "set" to off. Then on clicks I can make them "on" by having an on SVG appear over the top.
The issue is that when an object is no longer visible you can no longer interact with it. The shape overlay would be the equivalent of a hotspot, interactive hotspots are fairy standard right?