Visio Guy

Visio Discussions => General Visio => Topic started by: dmurphy on May 27, 2020, 05:34:41 PM

Title: Does vsdx file need to be saved if I have an svg file?
Post by: dmurphy on May 27, 2020, 05:34:41 PM
If I have created a Visio image, then saved it as svg, do I need to retain the vsdx file? Or does the vsdx file contain more information than the svg file?
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: Paul Herber on May 27, 2020, 05:45:45 PM
Most definitely. An SVG file is little more than a picture of the source file.
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: dmurphy on May 27, 2020, 08:25:56 PM
OK, thanks for the reply. It seems like since I can open the SVG file with Visio, make changes, then save it again, I could do without the VSDX file. They are also similar in size.
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: Paul Herber on May 27, 2020, 08:30:55 PM
Nooooooooo!
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: Nikolay on May 27, 2020, 08:57:11 PM
My 5cents: the "default" editor for SVG is InkScape, not Visio:
https://inkscape.org/
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: dmurphy on May 28, 2020, 01:25:03 PM
I created the image with Visio, and saved it as a SVG. I can then open the SVG file with Visio, make changes, and save it. No VSDX file involved. So what am I losing by not having the VSDX file?
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: Paul Herber on May 28, 2020, 01:56:09 PM
You've lost all the info Visio uses to create a shape. An SVG file is just a picture of the shape, an intelligent picture I'll admit, and one you can edit, but still a picture.  Use the .VSDX file as your master.
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: wapperdude on May 28, 2020, 02:52:12 PM
Here's an analogy....

I'm building a house...the living room is finished and I take a picture of the floor.  Then I develop and print a full sized, to scale, fully life-like picture of the floor.  I go back to the house and lay down the picture.  It looks great, except the color.  I can edit the picture and change the color to my liking. 

Do I need the actual floor in the house?  Depends upon what you ultimately want to do.  But, the differences between the actual and the photo...aside from the visual...well, need no explanation.

Hope this helps.
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: Nikolay on May 28, 2020, 03:01:29 PM
Quote from: Paul Herber on May 28, 2020, 01:56:09 PM
You've lost all the info Visio uses to create a shape. An SVG file is just a picture of the shape, an intelligent picture I'll admit, and one you can edit, but still a picture.  Use the .VSDX file as your master.

You will lose "smartness" of shapes (most of Visio functionality basically). That includes for example "yellow handles" that resize shape parts, connection points, shape behaviors on size/glue/drop (if there are any).
It may be that you didn't actually need it from the beginning though. If all you need is a vector image, SVG is okay.
There are tons of svg editors out there, including online ones; using Visio as such an editor is totally fine, but what I mean, if you want just svg editor, you can probably find a simpler tool for that.
Title: Re: Does vsdx file need to be saved if I have an svg file?
Post by: dmurphy on May 28, 2020, 03:25:54 PM
OK, got it. Thanks for the info.