Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8775
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 62368 - 62397 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
62368 Sentra Systems
sentra.systems Send Email
Jun 3, 2009
4:51 pm
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 Send Email Jun 3, 2009
8:43 pm
I have a composite object (id="router&quot;) made up of several elements (circles, lines, ellipses, path, etc.) The final element in this composite object is a...
62370 Francis Hemsher
fhemsher Send Email
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 Send Email 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 Send Email
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... Send Email
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 Send Email 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... Send Email
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 Send Email Jun 4, 2009
2:56 pm
I have an object made up of several SVG elements like this: <defs> <svg id="routerdef&quot; ... <g> <ellipse ..... <rect ..... <ellipse .... <line .... <line .... ...
62377 gonzo4819 Send Email 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 Send Email
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 Send Email
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...
62380 narendra sisodiya
skysoft_siso... Send Email
Jun 8, 2009
6:43 am
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg id="svgroot&quot;...
62381 narendra sisodiya
skysoft_siso... Send Email
Jun 8, 2009
6:44 am
On Mon, Jun 8, 2009 at 12:12 PM, narendra sisodiya < ... <svg id="svgroot&quot; xmlns="http://www.w3.org/2000/svg" height="480" width="640"> Thanks , Problem solved...
62382 Chris Peto
ressol2002 Send Email
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... Send Email
Jun 8, 2009
7:10 am
@ Chris Please submit BUGs here -- http://code.google.com/p/svg-edit/issues/list -- ...
62384 Frank Bruder
redurbf Send Email
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 Send Email
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@... Send Email
Jun 9, 2009
12:40 am
Replace your <svg ...> line below with <svg id="svgroot&quot; height="480" width="640" xmlns="http://www.w3.org/2000/svg"> and it should work in Firefox. FF, like...
62387 ddailey
ddailey@... Send Email
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... Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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...
Messages 62368 - 62397 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help