Base aspect for all graphic primitives in a zoomable drawing.<q ref="core.svg:ZDrawing">ZDrawing</q>(c) SAP AG 2003-2006. All rights reserved.
Gets or sets the graphic's current color.The <code>currentColor</code> can be used as a secondary color for the graphic when it is unselected.
When the graphic is selected, the both the <code>currentColor</code> and the <code>strokeColor</code> are replaced with <code>hilightColor.</code>
If omitted, <code>currentColor</code> will default to <code>strokeColor.</code>
Gets or sets the graphic's stroke color.The <code>strokeColor</code> is typically used for drawing the graphic frame.