Re: enhancement: copy whole SVG, copy group

> do you know of a reasonable example on the web anywhere, that I can 
> look at?

Using Amaya 

Select where you want to put your copy
Type CTRL + L , CTRL +S 
Select a SVG
click on "refer to selection"

Now using the strandard SVG tag <use> you document containing a graphic from an external SVG file containing the graphics.


> I imagine you are referring to svgs embedded within an svg, would that 
> be correct?

not really embeded :

<use xlink:href="asdfasdf.svg">

as in the SVG spec
http://www.w3.org/TR/2002/WD-SVG11-20020215/struct.html#UseElement

Received on Tuesday, 13 May 2003 02:05:59 UTC