xlink:href inside svg stylesheet not finding file

2004-03-14 Thread Joel McConaughy
I am trying to render some dynamic text data into a jpg using svg2jpeg. Inside the stylesheet I have added the svg tags, one of which is an image tag that references a background image: . If I put a fully-qualified URL there like http://www.me.com/image.jpg, it works fine. But if I try to re

Re: xlink:href inside svg stylesheet not finding file

2004-08-06 Thread Philippe Guillard
Hi, I've found this in the mailist with no response. Somebody an idea ? Regards, Phil On Mon, 2004-03-15 at 08:59, Joel McConaughy wrote: > I am trying to render some dynamic text data into a jpg using svg2jpeg. > Inside the stylesheet I have added the svg tags, one of which is an > image tag

Re: xlink:href inside svg stylesheet not finding file

2004-08-06 Thread Derek Hohls
I am not sure image references *can* be made relative... there have been a number of posts on this issue before! Best way is to pass the context to the stylesheet resp. for creating the image link, thereby avoiding this problem altogether. Simple and it works. >>> [EMAIL PROTECTED] 2004/08/06

Re: xlink:href inside svg stylesheet not finding file

2004-08-07 Thread Philippe Guillard
Thanks Derek! On Fri, 2004-08-06 at 21:48, Derek Hohls wrote: > I am not sure image references *can* be made relative... > there have been a number of posts on this issue before! > Best way is to pass the context to the stylesheet resp. > for creating the image link, thereby avoiding this problem