Customize Svg Output

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
 
M

Mark Nelson [MS]

Separate shapes in Visio will result in separate entities in SVG. Why not
select the rectangle and type your text in there rather than create a
separate text shape?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top