Property Setting Examples for SVG and Raster Files
* 
For more information on the latest version compatibility, see PTC Arbortext Content Delivery Release Advisior Page.
The following sections discuss the property settings for different SVG file formats.
Creo Illustrate SVG Example
The following Creo Illustrate SVG image includes callouts when displayed in PTC Arbortext Content Delivery:
In the Creo Illustrate SVG image, the class =”callout callout_6” attribute is used to call the callout_6 callout:
...<g id="ID_1007" class="callout callout_6">
<line stroke-width="0.13" x1 ="53.055" y1="10.598" x2="18.321" y2="3.593"/>
<path stroke-width="0.13" fill ="#FFFFFF" d="M21.914"/>
<text x="17.487" y="4.855" stroke="none" fill="#000000" font-family="'Arial Unicode MS'" font-size="3.528">6
</text>
</g>...
To support hotspots for callouts in the Creo Illustrate SVG image, set the com.ptc.sc.svg.callout.tagname property in the sc.wt.properties.xconf file as follows:
<Property name="com.ptc.sc.svg.callout.tagname"
default="Class=callout_,id=hotspot_” overridable="true"/>
ISODraw Raster Example
The following ISODraw raster SVG image includes callouts when displayed in PTC Arbortext Content Delivery:
In the ISODraw raster SVG image, the class="callout callout_17" attribute is used to call the callout_17 callout:
...<g class="callout callout_17">
<path stroke="none" fill="#FFFFFF" d="M13.105 7.355L20.484 7.355 20.484 0.82
13.105 0.82 13.105 7.355z"/>
<text x="14.833" y="5.355" stroke="none" fill="#000000" font-family="'Arial'
" font-size="3.528">
<desc>17</desc>17</text>
</g>
...
To support hotspots for callouts in the ISODraw raster SVG image, set the com.ptc.sc.svg.callout.tagname property in the sc.wt.properties.xconf file as follows:
<Property name="com.ptc.sc.svg.callout.tagname"
default="class=hotspot_,class=callout_,id=hotspot_,apsname=" overridable="true"/>
ISODraw Vector Example
The following ISODraw vector SVG image includes callouts when displayed in PTC Arbortext Content Delivery:
In ISODraw vector SVG file, the class="hotspot hotspot_45" code is used to call the hotspot_45 callout:
<path id="AUTOID_5253" class="hotspot hotspot_45" fill="black" stroke="black"
visibility="hidden"
pointer-events="all" d="M51.222 71.515L 55.927 71.515L 55.927 66.929L 51.222 66.929L
51.222 71.515zM60.07
102.206L 64.775 102.206L 64.775 97.62L 60.07 97.62L 60.07 102.206z"/>
To support hotspots for callouts in the ISODraw vector SVG image, set the com.ptc.sc.svg.callout.tagname property in the sc.wt.properties.xconf file as follows:
<Property name="com.ptc.sc.svg.callout.tagname"
default="class=callout,class=hotspot_,id=hotspot_,apsname=" overridable="true"/>
Larson SVG Example
The following Larson SVG image includes callouts when displayed in PTC Arbortext Content Delivery:
In the Larson SVG image, the apsname="1" attribute is used to call the 1 callout:
...<g id="grobject.hot001" apsname="1">
<g transform="translate(152.08,137.25)">
<g font-family="Arial,sans-serif" font-size="16.90" fill="rgb(0,0,0)">
<text x="0" y="0" textLength="10.00" lengthAdjust="spacingAndGlyphs">1</text>
</g>
</g>
...
To support hotspots for callouts in the Larson SVG image, set the com.ptc.sc.svg.callout.tagname property in the sc.wt.properties.xconf file as follows:
<Property name="com.ptc.sc.svg.callout.tagname"
default="apsname=" overridable="true"/>
Was this helpful?