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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 56455 - 56484 of 60951   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56455
... Thanks, Holger, I really couldn't find this even after a significant amount of googling. There seems to be some discussion with regard to DOM3 about...
meikelneu
Offline Send Email
Aug 1, 2006
8:20 am
56456
Hi, I was trying to implement a mouseover effect on my SVG map - to view the name of the feature the mouse points at on a line - and I was using the following...
csorba_edith
Offline Send Email
Aug 1, 2006
9:20 am
56457
Hello, I just developpe a little query builder for my svg application and i use SelectionLists from carto.net I would like to populate automatically a...
pascal.benoist
Offline Send Email
Aug 1, 2006
11:41 am
56458
Hi everyone, This is my first question here. I am programming a breakout-like game (arkanoid-like if you prefer), just for fun and for discovering SVG...
Gabriel TRAN
tran_gabriel
Offline Send Email
Aug 1, 2006
1:46 pm
56459
Hi achio, Why not simply using a form and submit the results ? If you really want to send the data using javascript, I guess you will have to use the...
Gabriel TRAN
tran_gabriel
Offline Send Email
Aug 1, 2006
1:47 pm
56460
Is it possible to read pixel values (RGBA) in SVG? The feDisplacementMap filter "primitive" does something very cool which is to use the pixel values from...
ddailey
ddailey@...
Send Email
Aug 1, 2006
2:09 pm
56461
Hi Edith, ... evt.getTarget.... is wrong and should be evt.target.... and it should be infoLine.firstChild and not infoLine.getFirstChild() - note that you...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 1, 2006
3:06 pm
56462
... Hi Gabriel welcome to the SVG Developers List, ... (arkanoid-like if you prefer), just for fun and for discovering SVG possibilities. It is not very easy...
Holger Will
holger492
Offline Send Email
Aug 1, 2006
3:07 pm
56463
... Thank you for the answer Holger and the welcome message. ... I can see we did not start in the same direction. Right now I have a moving cursor, balls that...
Gabriel TRAN
tran_gabriel
Offline Send Email
Aug 1, 2006
3:32 pm
56464
... Hi Michael ... thanks a lot, thats some useful information there. i cant wait to see this specified, and usable in more browsers. cheers Holger -- if this...
Holger Will
holger492
Offline Send Email
Aug 1, 2006
3:41 pm
56465
Hi, getting color values at a given pixel position is currently not possible. We are discussing this for SVG version 1.2 full as there are already many use...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 1, 2006
4:01 pm
56466
Hello all Here´s my question, I have a SVG file with an <g> element which is instatiated via a <use> tag, and I need to access one of the elements inside the...
Fernando Kogik
karnby23
Offline Send Email
Aug 1, 2006
4:51 pm
56467
... /"I will let the list know when I have something functional." /great, please do so , i'm looking forward to see your work. /"By the way, I have a domain...
Holger Will
holger492
Offline Send Email
Aug 1, 2006
5:31 pm
56468
Hi, Here is a working example of using the mousewheel event in IE + ASV6 (can’t remember if it works in ASV3). The svg file is called from an embed element ...
xof
xofm1
Offline Send Email
Aug 1, 2006
6:03 pm
56469
... Thanks for the info Andreas. regards, David...
ddailey
ddailey@...
Send Email
Aug 1, 2006
7:26 pm
56470
Hi, Holger- ... Mousewheel events are specified in the latest draft of the SVG Tiny 1.2 spec (which will hopefully be a Candidate Recommendation soon). There...
Doug Schepers
d_a_schepers
Offline Send Email
Aug 1, 2006
7:36 pm
56471
Hi Holger, ... referenceElement ); ... referenceElement ); ... rect ); ... ); ... Actually they are all implemented in the SVN version of Batik. ;) ... Quite...
thomas.deweese@...
world_mage
Offline Send Email
Aug 1, 2006
8:53 pm
56472
... I like to share with you on my point of view (as an SVG render developer). The Scenario is this: You have SVG draw you a Black line with 0.5 opacity ...
Phi Tran
minhducthandan
Offline Send Email
Aug 1, 2006
9:36 pm
56473
I'm hoping someone more experienced than I can chuck us a clue on this one. We have a user of our app that claims that they can see the little Adobe-provided...
Guy Morton
guy_mmmmmm
Online Now Send Email
Aug 2, 2006
6:53 am
56474
Yep, this one works with ASV3 and ie6 The question is: For how long? Since the Eolas patent thing ie6 is soon to change the way it handles plugin content via...
meikelneu
Offline Send Email
Aug 2, 2006
7:50 am
56475
Hi, Thanks you for the help. Have one further question. I managed to change the .js for the viewInfo function, so now Opera and Firefox view it (although Batik...
csorba_edith
Offline Send Email
Aug 2, 2006
12:48 pm
56476
Hi Edith, "name" is not a known attribute in the SVG namespace. You can define "name" in your own namespace however and prefix the attribute. You can say use...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 2, 2006
2:07 pm
56477
Hi Andreas, ... Do you have a pointer for this (a use case or a requirement)? I can't seem to find this in http://www.w3.org/TR/SVG2Reqs/ or ...
Christophe Strobbe
christophest...
Offline Send Email
Aug 2, 2006
2:40 pm
56478
HI Pascal, its actually easier than that. You don't need to remove and add individual elements, you can simply replace the property ".elementsArray" of the...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 2, 2006
2:52 pm
56479
... already many ... can't seem ... Hi Christophe, here is one: http://www.w3.org/TR/2004/WD-SVG12-20041027/dom.html the getPixel() method on an SVGImage. I...
Andreas Neumann
neumannandreas
Offline Send Email
Aug 2, 2006
3:10 pm
56480
Dear community, I've got an SVG with script that works well in ASV but I can't seem to make it work under Opera. I've started to debu things using the usual...
Alain Pannetier
dontask0123
Offline Send Email
Aug 2, 2006
4:08 pm
56481
Guy, are you sure the links aren't local? eg the adobe one clearly isn't cheers Jonathan Chetwynd On 2 Aug 2006, at 07:51, Guy Morton wrote: I'm hoping someone...
Jonathan Chetwynd
signbrowser
Offline Send Email
Aug 2, 2006
4:18 pm
56482
... I don't think there is a debugger for Opera 9 but instead of using alert calls you can write messages to the Opera error console using opera.postError, see...
Martin Honnen
honnen_martin
Offline Send Email
Aug 2, 2006
5:12 pm
56483
Thx Martin, That was very useful. Alain ... [Non-text portions of this message have been removed]...
Alain Pannetier
dontask0123
Offline Send Email
Aug 2, 2006
6:47 pm
56484
Hi Jonathan. No, the SVG is definitely not local for her. I've received new screenshots from the user which look more like the partial loading i saw in v2 of...
Guy Morton
guy_mmmmmm
Online Now Send Email
Aug 2, 2006
11:39 pm
Messages 56455 - 56484 of 60951   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