I've never heard of "svg clone".
A google search of "svg file clones" brought up multiple results.
"... and it was necessary to open them in an SVG editor, ungroup them, and then decompose everything from Clones down to Paths — in Inkscape the commands for this are:
Object | Ungroup
Path | Object to Path
..."
...Usually when SVG files don’t open it’s because:
they are a pixel image in an SVG wrapper (current versions should warn about this)
they are made up of objects which are stored and referenced internally — clone is the terminology used in Inkscape...
*****
... TomWS
17d
It’s my understanding that Inkscape saves a file with full attributes and includes transformation equations in the header of the file. Plain SVG would apply those transformations before saving so any software that doesn’t know how to accurately apply those transformations would be able to use that.
Again IIRC, this is only relevant if you do clones of objects. The clone relies on the transformation tables to replicate in new orientations. Clones aren’t used that often from what I’ve seen, so generally there wouldn’t be a difference between files.
There is also a difference between versions of SVG files. I think really old SVG files used 72DPI, then they went to 90DPI, then, for a very brief time 92DPI, and now, 96DPI. The SVG files indicate resolution, but some software doesn’t pay attention to that so you end up with some scaling based on incorrect assumptions...
*****
There is also some talk about avoiding "SVG Billion Laughs Attack" which I also do not understand.
- Brian
|