... 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...
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...
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...
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...
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...
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@...
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...
... 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...
... 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...
... 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...
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...
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...
... /"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...
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 ...
... Thanks for the info Andreas. regards, David...
ddailey
ddailey@...
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...
Hi Holger, ... referenceElement ); ... referenceElement ); ... rect ); ... ); ... Actually they are all implemented in the SVN version of Batik. ;) ... Quite...
... 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 ...
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...
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...
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...
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...
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...
... 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...
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...
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...
... 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...
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...