Can anyone tell me why this works (chrome10, safari5) <html> <body> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle...
A very happy New Year to all of the SVG community! Has any of you information if choices for the date/location of this years's SVGopen conference have been...
This year the SVG family will be appended by a long awaited child: IE9. For the transition period SVG developers who have to support older versions of IE...
Hi, If you replace the rather pointless animateColor element by an animate element (same attributes) then both examples work in Firefox 4. Best regards Robert....
64368
ddailey
ddailey@...
Jan 3, 2011 1:23 pm
Hi and Happy New Year, indeed! The organizing committee should be making an announcement within the next couple of weeks, I believe! Please stay tuned to this...
Hello Everyone, is there any way how to place some graphics on the path similarly as it is possible with the text? I've found 'markers' only, but they can be...
64370
ddailey
ddailey@...
Jan 3, 2011 8:38 pm
With script it is pretty easy. See, for example: http://srufaculty.sru.edu/david.dailey/svg/curve.svg hope this helps David ... From: honyk To:...
Hello Everyone, I am facing a clipping issue when placing text on the closed path (circle-like Bezier curve). http://skibob.dobruska.cz/other/data.svg When my...
64372
ddailey
ddailey@...
Jan 3, 2011 10:44 pm
Hi Jan, I tried your example in Windows in Opera, IE+ASV and Firefox 4beta and was able to see the "20" just fine in all three. I was able to replicate your...
Hi all, Is it possible to draw a pie chart if I have a list of XY coordinates? I searched for some samples but most of them involved using the ellipse element....
64374
Jacob Beard
jbeard4@...
Jan 4, 2011 1:22 am
Hi Pranav, If the chart will be dynamically generated, why not use an existing charting library that targets SVG. Here are some browser-based ones: ...
Hi Jacob, <snip http://www.jfree.org/jfreechart/ Looks promising. My data is retrieved from Excel. How could I link it to Java? I remember there used to be a...
64376
Jacob Beard
jbeard4@...
Jan 4, 2011 4:04 pm
Hi Pranav, Unfortunately, I don't have any special expertise in Excel or other Microsoft technologies. However, a quick google search turns up the following...
64377
ddailey
ddailey@...
Jan 4, 2011 10:15 pm
I have moved the introduction* of this to the end so as to save the reader from my inspired prose. While arming yourself with all available SVG viewers,...
Thanks Jacob. I will do some more digging. http://jexcelapi.sourceforge.net/ only works until Excel 2003. Excel 2007 and above follow the open XML file format...
hi guys, currently i m working on Svg zoom i implemented with view box attribute but when i move the svg object its ad distance in cursor and object.......
hi guys, currently i m working on Svg zoom i implemented with view box attribute but when i move the svg object its ad distance in cursor and object.......
... In case you are prepared to use an additional JavaScript library you might be interested to evaluate SVG Web: SVG Web supports the currentTranslate and...
Is there a way to access the internal script of a SVG file from a HTML where its embedded into? I have a SVG file which has some script in it... <svg <script...
Is There any stylesheet to add missing id to elements in svg files. I have some svg files without id for some elements like path's and rect's and I want to add...
Does this do the job for you? <?xml version="1.0" ?> <stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform"> <key name="id" match="*[@id]"...
Problem: It's pretty unlikely, but the stylesheet I sent could possibly generate non-unique IDs because it doesn't check whether generate-id() returns an ID...
64387
ddailey
ddailey@...
Jan 6, 2011 1:02 pm
Take a look at http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html#joint_use -- there is an example there (look inside a table named "Making SVG...
On Thu, Jan 06, 2011 at 08:02:01AM -0500, ddailey wrote: . . . ... . . . For a not-too-different technique in the vicinity of the original question, see <URL:...
I realized that this doesn't really solve the problem of potential duplicate IDs. If your XSLT processor creates IDs that will never ever have trailing...
Hello Everyone, I am trying to create a transparent shape (a circle like polygon consisted of straight lines) in my complex SVG graphics in my web app. It is...