class %ZEN.SVGComponent.rect
extends svgComponent
Simple SVG rectangle component.
The x and y position of the component are determined by the
layout provided by the svgGroup containing this component.
Note that this is not the same as an SVG rect element:
This is a complete ZEN component with corresponding object in the
page object model.
method renderContents()
[ Language = javascript ]
Render the inner SVG contents of this component.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.