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.

Messages

  Messages Help
Advanced
Messages 58571 - 58600 of 60442   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58571
Hello Folks, The new version is out as promised. There're a lot of improvements (e.g. CSS support, improved scripting and dom, images, etc.) please check out...
emiasys
Offline Send Email
May 1, 2007
9:59 am
58572
I am very pleased to hear this. Very pleased. David ... From: Charles McCathieNevile To: svg-developers@yahoogroups.com Sent: Monday, April 30, 2007 3:28 PM ...
ddailey
ddailey@...
Send Email
May 1, 2007
12:34 pm
58573
Thanks Alexander. I just installed and am trying it out. How should we report any problems we might encounter? I note that the bug tracker on your site seems...
ddailey
ddailey@...
Send Email
May 1, 2007
12:55 pm
58574
... problems we might encounter? I note that the bug tracker on your site seems to require that one is registered. ... pretty hairy scripts. The filters and...
brucerindahl
Offline Send Email
May 1, 2007
2:49 pm
58575
Thanks, David. While I try to understand your code, I have another question. Is it possible to create a pattern that stays the same regardless of zoom level? I...
ACasualObserver
Offline Send Email
May 1, 2007
3:36 pm
58576
Hi all We create a SVG file like follows: <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <circle cx="50" cy="50" r="50" fill="green"...
maoguoyong
maogy
Offline Send Email
May 1, 2007
4:32 pm
58577
Hi all We create a SVG file like follows: <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <circle cx="50" cy="50" r="50" fill="green"...
maogy
Offline Send Email
May 1, 2007
4:34 pm
58578
Hi Alexander, This release is much better than the 0.2 release. I can confirm that many of the carto.net examples seem to work: slider, Window, scrollbar,...
Andreas Neumann
neumannandreas
Offline Send Email
May 2, 2007
8:00 am
58579
This is good news. I am officially starting to get excited about the prospects. Sean...
TheMountainScene
couloir007
Offline Send Email
May 2, 2007
3:51 pm
58580
Hello, there have been delays in preparing the official submission system, so the deadline has been extended as previously advised. As soon as possible we will...
Charles McCathieNevile
charlesmccn
Offline Send Email
May 2, 2007
5:08 pm
58581
i have to make a gis application and my adviser suggested using svg.. right now i'm thinking that i will use batik, but i am confused.. what does batik do? if...
shydisturbedboy
Offline Send Email
May 3, 2007
4:07 am
58582
Hi Andreas, Thanks for the kind of words. We'd be very pleased if you could fill a bugreport for those two issues as they're addressed pretty soon, usually. ...
emiasys
Offline Send Email
May 3, 2007
4:59 am
58583
Hi, I do not use Batik, but I understand it does not function as a browser plug-in but rather under Java. That aside, FireFox/Mozilla has native SVG support...
Stephen Quintero
a30blows
Offline Send Email
May 3, 2007
6:06 am
58584
thanks for the reply! but what i mean is can i add interactivity in the svg by using batik and java without javascript? and can i do the same with tinyline?...
shydisturbedboy
Offline Send Email
May 3, 2007
7:18 am
58585
Hi ShyDisturbedBoy, ... Yes, you can manipulate the SVG exclusively in Java if you want. Essentially all of the javascript functions you see called are the ...
thomas.deweese@...
world_mage
Offline Send Email
May 3, 2007
11:24 am
58586
Hi Alex, Thanks for your pointer regarding the new getURL. From what I saw, the method .handleEvent is called on an object specificied in the getURL/postURL...
Andreas Neumann
neumannandreas
Offline Send Email
May 3, 2007
1:05 pm
58587
Hi Andreas, ... Hmm you're right... if you don't mind filling out a bug report? Regards Alexander Adam -- Renesis SVG Player - http://www.emiasys.net...
emiasys
Offline Send Email
May 3, 2007
2:25 pm
58588
ok, just filed this bug. Thanks for having a look at it. Maybe implementing getURL would require some discussion/testing with the SVG WG. You are one of the...
Andreas Neumann
neumannandreas
Offline Send Email
May 3, 2007
5:20 pm
58589
... And you may want to check OFC Charts (free) http://ofccharts.objectweb.org Although it's not exactly what you need it can make iso value curves, and will...
domenico_strazzullo
domenico_str...
Offline Send Email
May 3, 2007
6:00 pm
58590
Hi, i have a .js and I want it calls another .js, I tried to do it with document.write but it doesn't work, there is a message, it shows: the object doesn't...
jordangcsnt
Offline Send Email
May 3, 2007
8:52 pm
58591
On Thu, 03 May 2007 22:48:07 +0200, jordangcsnt <jordangcsnt@...> ... This won't work for a couple of reasons: a) Looking at the SVGDocument object...
Erik Dahlström
ed@...
Send Email
May 4, 2007
7:42 am
58592
Hi, thanks for the answer I tried it but i found that the script file not loaded when i make a method call. Does anybody have any solution?, thanks...
jordangcsnt
Offline Send Email
May 4, 2007
2:43 pm
58593
Hi, thanks for the answer I tried it but i found that the script file not loaded when i make a method call. Does anybody have any solution?, thanks...
jordangcsnt
Offline Send Email
May 4, 2007
2:43 pm
58594
Hi, maybe it's a stupid idea but have you tried something like this? eval("<script xlink:href=\"" + url + "\" />"); regards, antonio On Thu, 03 May 2007...
antonio@...
antonino.cac...
Offline Send Email
May 4, 2007
3:05 pm
58595
I would like to know if Batik converts to SVG Tiny and SVG Basis 1.1 100% standard, or it's just assumed in the svg 2d conversion? Best, Ramon Lima ... De:...
ramon koessler
ramonklown
Offline Send Email
May 4, 2007
3:12 pm
58596
Hi David Tried to add comment to your blog, but somehow it was always rejected with a reason "This is not human text???". So, here is my comments: You missed...
veiko herne
veiko_h
Offline Send Email
May 4, 2007
3:12 pm
58597
I would recommend that you look into document.createElement("script")...
Doc
tcpcoder
Online Now Send Email
May 4, 2007
3:22 pm
58598
Hi Veiko, I guess there was some confusion from David's post. The blog at http://blog.codedread.com/ is mine, though I have no idea why your comment was...
Jeff Schiller
jeff_schiller
Offline Send Email
May 4, 2007
5:36 pm
58599
Hi Veiko, the blog and data are actually from Jeff Schiller's stuff not mine. In terms of movies in SVG I doubt that this is what you have in mind, but take a...
David Dailey
david.dailey@...
Send Email
May 4, 2007
5:44 pm
58600
Hi Jeff Thanks for your reply. I have no idea, why my comment was rejeceted. I'm using wordpress too and had several times previous days problems creating and...
veiko herne
veiko_h
Offline Send Email
May 4, 2007
6:53 pm
Messages 58571 - 58600 of 60442   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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