Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 56456 - 56485 of 66112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
56456 csorba_edith Send Email Aug 1, 2006
9:20 am
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...
56457 pascal.benoist Send Email Aug 1, 2006
11:41 am
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...
56458 Gabriel TRAN
tran_gabriel Send Email
Aug 1, 2006
1:46 pm
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...
56459 Gabriel TRAN
tran_gabriel Send Email
Aug 1, 2006
1:47 pm
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...
56460 ddailey
ddailey@... Send Email
Aug 1, 2006
2:09 pm
Is it possible to read pixel values (RGBA) in SVG? The feDisplacementMap filter "primitive&quot; does something very cool which is to use the pixel values from...
56461 Andreas Neumann
neumannandreas Send Email
Aug 1, 2006
3:06 pm
Hi Edith, ... evt.getTarget.... is wrong and should be evt.target.... and it should be infoLine.firstChild and not infoLine.getFirstChild() - note that you...
56462 Holger Will
holger492 Send Email
Aug 1, 2006
3:07 pm
... 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...
56463 Gabriel TRAN
tran_gabriel Send Email
Aug 1, 2006
3:32 pm
... 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...
56464 Holger Will
holger492 Send Email
Aug 1, 2006
3:41 pm
... 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...
56465 Andreas Neumann
neumannandreas Send Email
Aug 1, 2006
4:01 pm
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...
56466 Fernando Kogik
karnby23 Send Email
Aug 1, 2006
4:51 pm
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...
56467 Holger Will
holger492 Send Email
Aug 1, 2006
5:31 pm
... /"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...
56468 xof
xofm1 Send Email
Aug 1, 2006
6:03 pm
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 ...
56469 ddailey
ddailey@... Send Email
Aug 1, 2006
7:26 pm
... Thanks for the info Andreas. regards, David...
56470 Doug Schepers
d_a_schepers Send Email
Aug 1, 2006
7:36 pm
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...
56471 thomas.deweese@...
world_mage Send Email
Aug 1, 2006
8:53 pm
Hi Holger, ... referenceElement ); ... referenceElement ); ... rect ); ... ); ... Actually they are all implemented in the SVN version of Batik. ;) ... Quite...
56472 Phi Tran
minhducthandan Send Email
Aug 1, 2006
9:36 pm
... 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 ...
56473 Guy Morton
guy_mmmmmm Send Email
Aug 2, 2006
6:53 am
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...
56474 meikelneu Send Email Aug 2, 2006
7:50 am
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...
56475 csorba_edith Send Email Aug 2, 2006
12:48 pm
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...
56476 Andreas Neumann
neumannandreas Send Email
Aug 2, 2006
2:07 pm
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...
56477 Christophe Strobbe
christophest... Send Email
Aug 2, 2006
2:40 pm
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 ...
56478 Andreas Neumann
neumannandreas Send Email
Aug 2, 2006
2:52 pm
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...
56479 Andreas Neumann
neumannandreas Send Email
Aug 2, 2006
3:10 pm
... 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...
56480 Alain Pannetier
dontask0123 Send Email
Aug 2, 2006
4:08 pm
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...
56481 Jonathan Chetwynd
signbrowser Send Email
Aug 2, 2006
4:18 pm
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...
56482 Martin Honnen
honnen_martin Send Email
Aug 2, 2006
5:12 pm
... 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...
56483 Alain Pannetier
dontask0123 Send Email
Aug 2, 2006
6:47 pm
Thx Martin, That was very useful. Alain ... [Non-text portions of this message have been removed]...
56484 Guy Morton
guy_mmmmmm Send Email
Aug 2, 2006
11:39 pm
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...
56485 jack2wsx Send Email Aug 2, 2006
11:59 pm
I have a button which opens an SVG that is normally interactive into a new window for printing purposes. In this new print preview type window the SVG is in an...
Messages 56456 - 56485 of 66112   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