Let's say I type a couple of words of text, perhaps for a logo, then convert to path. Regardless of whether I save in Inkscape's default SVG format, or 'Save a copy' in Plain SVG, if I open the file in a text editor, it includes style information for the original font. Example below of a word I converted from text to path:
Code: Select all
<path
inkscape:connector-curvature="0"
id="path4571"
style="
font-style:normal;
font-variant:normal;
font-weight:normal;
font-stretch:normal;
font-size:8.46666622px;
line-height:6.3499999px;
font-family:'DejaVu Sans';
-inkscape-font-specification:'DejaVu Sans';
letter-spacing:0.5291667px;
word-spacing:0px;
fill:#000000;
fill-opacity:1;
stroke:none;
stroke-width:0.26458332"
d="m [snipped out lots of numbers] z" />
Just curious why this info is relevant, when I feel it only increases the file size. I assumed that once the text was converted to a path, and was therefore no longer text, it would be no different from a random shape you might create with the bezier tool. Even if Inkscape retains some settings for its own use, why does exporting to Plain SVG still include the original font information. It seems quite redundant when you're not dealing with text any more.
Can anyone shed some light on the reasoning behind this?