Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 64363 - 64392 of 65545   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64363 kam
kamkasravi Offline Send Email
Jan 2, 2011
2:34 pm
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...
64364 Erik Dahlstrom
erida539 Offline Send Email
Jan 3, 2011
9:48 am
On Wed, 29 Dec 2010 19:55:36 +0100, cremnosedum <richard@...> ... Filters are Wii-unfriendly performance-wise, so I'd recommend limiting the use...
64365 meikelneu Offline Send Email Jan 3, 2011
10:46 am
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...
64366 meikelneu Offline Send Email Jan 3, 2011
10:56 am
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...
64367 Robert Longson
longsonr Offline Send Email
Jan 3, 2011
11:45 am
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@... Send Email
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...
64369 honyk
j.tosovsky Offline Send Email
Jan 3, 2011
7:57 pm
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@... Send Email
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:...
64371 honyk
j.tosovsky Offline Send Email
Jan 3, 2011
8:54 pm
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@... Send Email
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...
64373 Pranav Lal
slimprize Offline Send Email
Jan 4, 2011
1:08 am
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@... Send Email
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: ...
64375 Pranav Lal
slimprize Offline Send Email
Jan 4, 2011
2:01 pm
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@... Send Email
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@... Send Email
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,...
64378 Pranav Lal
slimprize Offline Send Email
Jan 5, 2011
1:02 am
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...
64379 Mr Rauf
cute_rauf_696 Offline Send Email
Jan 5, 2011
4:53 am
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.......
64380 Mr Rauf
cute_rauf_696 Offline Send Email
Jan 5, 2011
4:54 am
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.......
64381 meikelneu Offline Send Email Jan 5, 2011
10:08 am
... 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...
64382 Chris Peto
ressol2002 Offline Send Email
Jan 5, 2011
12:29 pm
Hi, Here is my viewBox example: http://www.resource-solutions.de/svg/viewbox/index.html Cheers, Chris From: svg-developers@yahoogroups.com...
64383 kalyan_ayyagari Offline Send Email Jan 6, 2011
4:08 am
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...
64384 fisad@...
fisad... Offline Send Email
Jan 6, 2011
4:09 am
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...
64385 th_w@...
th_w@ymail.com Offline Send Email
Jan 6, 2011
6:59 am
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]"...
64386 th_w@...
th_w@ymail.com Offline Send Email
Jan 6, 2011
7:15 am
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@... Send Email
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...
64388 Cameron Laird
Cameron_Laird Offline Send Email
Jan 6, 2011
3:15 pm
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:...
64389 kalyan_ayyagari Offline Send Email Jan 7, 2011
5:48 am
... Guys , Thanks for the quick response!! it worked !!...
64390 fisad@...
fisad... Offline Send Email
Jan 7, 2011
7:59 am
Thanks so much, That was very usefull. Fisad....
64391 th_w@...
th_w@ymail.com Offline Send Email
Jan 7, 2011
8:50 am
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...
64392 honyk
j.tosovsky Offline Send Email
Jan 7, 2011
11:29 pm
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...
Messages 64363 - 64392 of 65545   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