- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 29 Mar 2012 12:09:33 -0700
- To: Doug Schepers <schepers@w3.org>
- Cc: "public-svg-wg@w3.org" <public-svg-wg@w3.org>
On Thu, Mar 29, 2012 at 12:03 PM, Doug Schepers <schepers@w3.org> wrote: > Hi, folks- > > Can we talk about a couple of things today? > > 1) I had a conversation with fantasai, and she's asking for a way to extract > part of an SVG image by its id, which seems reasonable. (see IRC log below) According to SVG1.1, this should already be possible. Just wrap the part of the image in an <svg>, and then either refer to the <svg> or an element within it by #id. ~TJ
Received on Thursday, 29 March 2012 19:10:29 UTC