Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Is the SVG-code from CREO Illustrate customizable? I would like to change attributes to what defines hotspots so they can be recognized by our CMS.
Illustrate uses visibility hidden and class hotspot hotspot_1.
<path stroke="none" fill="#FF0000" visibility="hidden" fill-rule="nonzero" pointer-events="all" id="ID_1033" class="hotspot hotspot_1"
I want to group the hotspots and use id in below fashion. Instead of visibility hidden use style opacity.
<g id="hotspots">
<path id="id1_hotspot" style="opacity:0;fill:#FFFFFF;"
This is a way one can do it with Adobe Illustrator - but a step we would gladly eliminate.
We are also planning to use Windchill to save our work and then make WNC copy the SVGs to an area for pickup by our CMS. Maybe its possible to transform it in that step using WNC?
Meddelandet redigerades av: Ola Hermansson Spelling mistakes