9.0 Editing the Source SVG Code

If you understand how to edit SVG code, you might consider editing the SVG source code that controls the Operations Center Layout view. Some features are not available through the Layout view menus, but can be implemented using SVG code. One such feature is the opacity attribute, which uses the element condition to determine its transparency in the Layout view. For example, if the element is in an OK state, then the condition does not display; however, if it is CRITICAL, it does display.

IMPORTANT:Operations Center is not responsible for the behavior of user-modified SVG code. By editing the SVG code, you accept all responsibility for the results. Consider saving a backup of the current drawing before editing the SVG code. Use Section A.0, Bind Language API Reference as a reference when editing.