<defs> part

- The <linearGradient> section should not be changed. It provides the HMI Process Library default style for the fill attribute of SVG elements. Id=”SVGBackground_{Id}” should not be changed.
- The <clipPath> section can be changed or deleted. Its id attribute should be changed to make it unique within the HMI project. The <clipPath> is needed to cut the boundaries of svg elements. Several <clipPath> elements can be added. In this case, their id attributes should be different and unique within the HMI project.
- The <pattern> section can be changed or deleted. Its id attribute should be changed to make it unique within the HMI project. The <pattern> is needed to fill svg elements with some patterns, for example, hatching. Several <pattern> elements can be added. In this case, their id attributes should be different and unique within the HMI project.