Hi Selva,
news <[EMAIL PROTECTED]> wrote on 04/21/2006 05:18:16 AM:
> now i can able to access gradients from external files. but i could not
access
> symbols.
> use.setAttributeNS(XLINK_NAMESPACE_URI, "xlink:href", "url
> (file:///C:/de.svg#extSymbol)");
The xlink:href attribute is not a CSS property so you
don't wrap the URL in 'url()':
use.setAttributeNS(XLINK_NAMESPACE_URI, "xlink:href",
"file:///C:/de.svg#extSymbol");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]