Configuring Callout Highlighting
You can configure the color used for highlighting callouts in Scalable Vector Graphic (SVG) files createdby any third-party illustration tools. This configuration information is used by the PTC Arbortext Content Delivery viewer.
To configure the color of the callout highlighting in SVG files, you must define or modify the com.ptc.sc.highlight.callout.colour property in the sc.wt.properties.xconf file located in the directory <HOME>/ SW/SW/Applications/Windchill.ear/codebase.war/com/ptc/sc/xconf.
This property is already initialized in the default configuration. Following is the default entry in the com.ptc.sc.highlight.callout.colour property:
<Property name="com.ptc.sc.highlight.callout.colour"
default="rgb(102,153,255)" overridable="true"/>
Unless configured otherwise, PTC Arbortext Content Delivery uses the default configuration.
Protocol for Property Configuration in PTC Arbortext Content Delivery SVG Files
A configuration protocol is present for PTC Arbortext Content Delivery to recognize how different SVG files represent the callout-highlighting color configuration.
The following format is an example of how the protocol works:
default=<attribute_name>(<attribute_value>)
For an entry, the following rules apply:
<attribute_name> is required and must be set to rgb.
<attribute_value} is required and corresponds to the RGB value of the color you want to use.
For example, if you want to highlight callouts for a SVG file in blue, you can set the value of the com.ptc.sc.highlight.callout.colour property to "rgb(102,153,255)", where rgb is the attribute name and 102,153,255 is the RGB value of the color blue.
Was this helpful?