C
CharlesS
Dear Sirs,
I am new to Visio and I would like to know if it is possible to customize
the SVG output when saving the visio file.
For example: When I save a text item it is saved in its' own group with a
rect node that is transparent.
What I am doing is simple: drawing a rectangle and a text and grouping them.
What I get in SVG is a group containing two groups:
<g>
<g>
<title>
<path>
</g>
<g>
<title>
<Rect>
<Text>
</g>
</g>
Specifically, I would like the grouping to be more like what is shown in
Visio.
What I want is this:
<g>
<text>
<path>
</g>
Please Advise.
-C
I am new to Visio and I would like to know if it is possible to customize
the SVG output when saving the visio file.
For example: When I save a text item it is saved in its' own group with a
rect node that is transparent.
What I am doing is simple: drawing a rectangle and a text and grouping them.
What I get in SVG is a group containing two groups:
<g>
<g>
<title>
<path>
</g>
<g>
<title>
<Rect>
<Text>
</g>
</g>
Specifically, I would like the grouping to be more like what is shown in
Visio.
What I want is this:
<g>
<text>
<path>
</g>
Please Advise.
-C