Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 62368 - 62397 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62368
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...
Sentra Systems
sentra.systems
Offline Send Email
Jun 3, 2009
4:51 pm
62369
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...
gonzo4819
Offline Send Email
Jun 3, 2009
8:43 pm
62370
... 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...
Francis Hemsher
fhemsher
Offline Send Email
Jun 3, 2009
8:53 pm
62371
... 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...
hansschmucker
Offline Send Email
Jun 3, 2009
11:19 pm
62372
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...
Doug Schepers
d_a_schepers
Offline Send Email
Jun 4, 2009
2:27 am
62373
As suggested in previous answers the XML naming conventions should be respected when setting your IDs. Then, since you are manipulating "router"...
Domenico Strazzullo
domenico_str...
Offline Send Email
Jun 4, 2009
11:34 am
62374
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)"> ...
johan.brelet
Offline Send Email
Jun 4, 2009
11:36 am
62375
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 :...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 4, 2009
11:41 am
62376
I have an object made up of several SVG elements like this: <defs> <svg id="routerdef" ... <g> <ellipse ..... <rect ..... <ellipse .... <line .... <line .... ...
gonzo4819
Offline Send Email
Jun 4, 2009
2:56 pm
62377
... 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. ...
gonzo4819
Offline Send Email
Jun 4, 2009
3:06 pm
62378
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...
Francis Hemsher
fhemsher
Offline Send Email
Jun 4, 2009
6:53 pm
62379
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...
Veiko Herne
veiko_h
Offline Send Email
Jun 6, 2009
6:15 pm
62380
<?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"...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 8, 2009
6:43 am
62381
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...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 8, 2009
6:44 am
62382
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...
Chris Peto
ressol2002
Offline Send Email
Jun 8, 2009
7:03 am
62383
@ Chris Please submit BUGs here -- http://code.google.com/p/svg-edit/issues/list -- ...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 8, 2009
7:10 am
62384
... You can call the element's method getCTM() to retrieve the current transformation matrix resulting from all transformations on it and its ancestor...
Frank Bruder
redurbf
Offline Send Email
Jun 8, 2009
4:17 pm
62385
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...
Frank Bruder
redurbf
Offline Send Email
Jun 8, 2009
4:32 pm
62386
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@...
Send Email
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@...
Send Email
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...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 9, 2009
4:59 am
62389
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...
narendra sisodiya
skysoft_siso...
Offline Send Email
Jun 9, 2009
5:06 am
62390
... 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...
Francis Hemsher
fhemsher
Offline Send Email
Jun 9, 2009
6:34 am
62391
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...
Andreas Neumann
neumannandreas
Offline Send Email
Jun 10, 2009
2:35 pm
62392
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...
Bradley Neuberg
bradneuberg
Offline Send Email
Jun 10, 2009
6:10 pm
62393
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...
Bradley Neuberg
bradneuberg
Offline Send Email
Jun 10, 2009
6:52 pm
62394
... 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...
Jeff Schiller
jeff_schiller
Offline Send Email
Jun 10, 2009
7:27 pm
62395
I've heard that the Webkit SVG implementation is closer to 500K! On Wed, Jun 10, 2009 at 12:27 PM, Jeff...
Bradley Neuberg
bradneuberg
Offline Send Email
Jun 10, 2009
8:59 pm
62396
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...
Andreas Neumann
neumannandreas
Offline Send Email
Jun 11, 2009
2:01 am
62397
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...
Bradley Neuberg
bradneuberg
Offline Send Email
Jun 11, 2009
7:45 pm
Messages 62368 - 62397 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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