[svg-developers] Combine multiple SVG files

2004-09-14 Thread knacwurst
Dear, Is it possible to combine multiple SVG files in one single SVG file? To say it in other words, something like the link tag in HTML or the include function in PHP. The idea is to have symbol definitions, styles, background and data in seperate files. Yahoo! Groups

[svg-developers] replacement of '+'

2004-09-14 Thread gauri_rampal
I couldn't get your question. please explain. Yahoo! Groups Sponsor ~-- Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM

Re: [svg-developers] Re: Show Data when mouseover

2004-09-14 Thread Philippe Lhoste
[EMAIL PROTECTED] wrote: i try to do that you suggest me.It's work but i've one problem. if i've more than one rect and i want to show text on each rect, how i can do it. It was an interesting problem, so I made my first try at JavaScript applied to SVG... Well, I was greatly helped by

Re: [svg-developers] raster to vector graphics

2004-09-14 Thread ronan
I gave a talk on this at svg open 2004 last week. The simplest way to do it, which produces the largest file size, is to take each pixel and generate a rectangle of size 1x1 and give it the correct colour. All you need to do this is a bitmap processing library. Alternatively, you can use

RE: [svg-developers] dynamic images

2004-09-14 Thread Peter Kalev
Try this: img.setAttributeNS(http://www.w3.org/1999/xlink,href;, image2.jpg); _ From: kelumsvg [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 8:19 PM To: [EMAIL PROTECTED] Subject: [svg-developers] dynamic images hi, i have embedded image in my svg file.the

[svg-developers] SVG Print specification update?

2004-09-14 Thread ABQJoe
Does anyone know if there has been any further development of the w3c SVG Printing specification project? Latest update I find is from 2/19/2003. If anyone has any info about new dev or abandoning the project, I'd appreciate it. In advance, thanks Joe Yahoo!

Re: [svg-developers] Re: Show Data when mouseover

2004-09-14 Thread Philippe Lhoste
I slightly improved my sample, putting more realistic shapes and informations. I show below how to select which elements we must react upon, using the id prefix, since I use the addEventListener which isn't selective about the elements to listen. ?xml version=1.0 encoding=ISO-8859-1