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...
62369
gonzo4819
Jun 3, 2009 8:43 pm
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...
62370
Francis Hemsher
fhemsher
Jun 3, 2009 8:53 pm
... 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...
62371
hansschmucker
Jun 3, 2009 11:19 pm
... 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...
62372
Doug Schepers
d_a_schepers
Jun 4, 2009 2:27 am
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...
62373
Domenico Strazzullo
domenico_str...
Jun 4, 2009 11:34 am
As suggested in previous answers the XML naming conventions should be respected when setting your IDs. Then, since you are manipulating "router"...
62374
johan.brelet
Jun 4, 2009 11:36 am
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)"> ...
62375
narendra sisodiya
skysoft_siso...
Jun 4, 2009 11:41 am
Hi All ! Here is a online svg editor - svg-edit Demo : http://gk2.sk/svg-edit/ Code : http://code.google.com/p/svg-edit/ Blog :...
62376
gonzo4819
Jun 4, 2009 2:56 pm
I have an object made up of several SVG elements like this: <defs> <svg id="routerdef" ... <g> <ellipse ..... <rect ..... <ellipse .... <line .... <line .... ...
62377
gonzo4819
Jun 4, 2009 3:06 pm
... 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. ...
62378
Francis Hemsher
fhemsher
Jun 4, 2009 6:53 pm
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...
62379
Veiko Herne
veiko_h
Jun 6, 2009 6:15 pm
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...
On Mon, Jun 8, 2009 at 12:12 PM, narendra sisodiya < ... <svg id="svgroot" xmlns="http://www.w3.org/2000/svg" height="480" width="640"> Thanks , Problem solved...
62382
Chris Peto
ressol2002
Jun 8, 2009 7:03 am
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...
62383
narendra sisodiya
skysoft_siso...
Jun 8, 2009 7:10 am
@ Chris Please submit BUGs here -- http://code.google.com/p/svg-edit/issues/list -- ...
62384
Frank Bruder
redurbf
Jun 8, 2009 4:17 pm
... You can call the element's method getCTM() to retrieve the current transformation matrix resulting from all transformations on it and its ancestor...
62385
Frank Bruder
redurbf
Jun 8, 2009 4:32 pm
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...
62386
ddailey
ddailey@...
Jun 9, 2009 12:40 am
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...
62387
ddailey
ddailey@...
Jun 9, 2009 1:35 am
While you're looking at such things also take a look at http://srufaculty.sru.edu/david.dailey/svg/Draw018.html and ...
62388
narendra sisodiya
skysoft_siso...
Jun 9, 2009 4:59 am
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...
62389
narendra sisodiya
skysoft_siso...
Jun 9, 2009 5:06 am
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...
62390
Francis Hemsher
fhemsher
Jun 9, 2009 6:34 am
... 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...
62391
Andreas Neumann
neumannandreas
Jun 10, 2009 2:35 pm
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...
62392
Bradley Neuberg
bradneuberg
Jun 10, 2009 6:10 pm
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...
62393
Bradley Neuberg
bradneuberg
Jun 10, 2009 6:52 pm
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...
62394
Jeff Schiller
jeff_schiller
Jun 10, 2009 7:27 pm
... 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...
62395
Bradley Neuberg
bradneuberg
Jun 10, 2009 8:59 pm
I've heard that the Webkit SVG implementation is closer to 500K! On Wed, Jun 10, 2009 at 12:27 PM, Jeff...
62396
Andreas Neumann
neumannandreas
Jun 11, 2009 2:01 am
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...
62397
Bradley Neuberg
bradneuberg
Jun 11, 2009 7:45 pm
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...