Thanks -- that helped sort things. I was trying to use the SVG plugin with jQuery 1.3.2 and it's not compatible (requires 1.2.6), so I was getting confused on...
I have a composite object (id="router") made up of several elements (circles, lines, ellipses, path, etc.) The final element in this composite object is a...
... Hi Adres, I think the problem is with the id format. I guess your format is germane to your application. But, try using standard id characters. Francis...
... No time to look into it now, but three little notes: 1. getElementById makes only sense for document, since ids have to be unique in a document. 2. If you...
Hi, Andres- ... The short answer is: you can't. <use> doesn't work like that. You'll need to work around it by inserting a new text element for each...
Hi all, It's probably a common problem but I'm new to SVG and can't find clearly how to resolve it. Here is a svg sample: <g transform="translate(500,200)"> ...
I have an object made up of several SVG elements like this: <defs> <svg id="routerdef" ... <g> <ellipse ..... <rect ..... <ellipse .... <line .... <line .... ...
... I am sorry folks. I did not see the responses to my original post about this issue so I just posted this question again--so you can ignore this post. ...
Hi Johan, I don't fully understand your need, but let me present a few ideas: Placing elements in a <g> allows you to reference pre/post transform removal via...
To my surprise SVG and SMIL works with new Nintendo as it's Opera there. What a business oportunity to make games and animations as kids love to play with...
Hi, This does not work at all in IE 8 + ASV. Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of narendra...
... You can call the element's method getCTM() to retrieve the current transformation matrix resulting from all transformations on it and its ancestor...
Also, you've got a duplicate id "svg_2". I don't know if any user agent would show an error message because of that, but it is incorrect. Regards Frank...
Replace your <svg ...> line below with <svg id="svgroot" height="480" width="640" xmlns="http://www.w3.org/2000/svg"> and it should work in Firefox. FF, like...
ddailey
ddailey@...
Jun 9, 2009 12:40 am
62387
While you're looking at such things also take a look at http://srufaculty.sru.edu/david.dailey/svg/Draw018.html and ...
ddailey
ddailey@...
Jun 9, 2009 1:35 am
62388
Thanks problem solved by add xmlns @duplicating id : Id assignment in my svgfile is automated, I have to check it. Thanks for pointing this mistake. [Non-text...
Thanks !! @context sensitive : I will mail this idea to rest of developer! @base64 : While saving , it show svg image in url which is base64 encoded, but when...
... Hi David, Based on many years of AutoCad and messin' with SVG ;) I believe the best approach is to bring the "Active Elelment", i.e., the one being either...
Hi all, I wonder if someone on this group recently bought a Palm Pre phone? I wonder if it supports SVG within its webkit browser? I see a lot of people...
I asked some folks here at Google with Palm Pre's to try out the following two URLs: http://codinginparadise.org/temp/ny1.svg http://crowdfx.com/tiger.svg The...
It's the size issue; apparently Webkits SVG implementation is around 500K! I've heard it from the Android team that they won't compile in SVG as long as its so...
... I agree, it's a shame. I think the only thing to do is march onward with solving the desktop solution and get people using SVG there across all desktop...
And how big is the mobile webkit overall? Just to get the perspective ... If the browser is already 2-4MB, than 500K+ is not much. In the desktop world 500k is...
I'm not sure; I opened a bug on the Webkit side to address this issue and contacted the people I know worked on the SVG Webkit implementation. They pushed back...