hello, I'm having a bit of a problem trying to change the text data inside of a <tspan> element through the DOM. I'm trying to do this ...
1025
Harrell, Wade
wade@...
Nov 6, 2000 3:23 pm
Correct. fill-opacity is just for the fill. Where opacity is for the whole object. Having specific opacity control for the fill and stroke is very useful...
1024
Aaron Siri
aaron@...
Nov 4, 2000 11:52 pm
Looking at the spec at http://www.w3.org/TR/SVG/styling.html#UsingPresentationAttributes (section 6.5) I see a fill-opacity, stroke-opacity, and just plain...
1023
Steve White
steve@...
Nov 4, 2000 9:12 pm
That was the problem. I know I tried fill-opacity several times without effect. Something else must have been wrong. So what is the difference between fill...
1022
Aaron Siri
aaron@...
Nov 4, 2000 4:51 pm
Couple of things: There is no "noinherit" setting. If you set the value to anything other than "inherit" then it is not inherited. I would think that the...
1021
Steve White
steve@...
Nov 4, 2000 3:25 pm
Can I use this to solve my problem? When I animate an Object to change its Opacity, it only works correctly if the initial class opacity is 1.0. If it is...
1020
Aaron Siri
aaron@...
Nov 3, 2000 9:35 pm
You may be forgetting to set visibility to inherit. For an element, when you turn it back on (make it visible again), do the following: ...
1019
Jon Ferraiolo
jferraio@...
Nov 3, 2000 9:30 pm
Mike, I just glanced through your example, so I'm not sure if this addresses your question. But the 'visibility39; property from CSS2 has some unintuitive ...
1018
mikeri@...
Nov 3, 2000 9:15 pm
All: I just ran into an interesting problem. I am programmically changing the visibility of elements contained within a group based on user input. I also...
1017
Aaron Siri
aaron@...
Nov 3, 2000 5:30 pm
I want to thank both Peter and Eric for pointing me in the right direction on NN issues. What I found was that I was using node.nodeType instead of ...
1016
Tobias Reif
tobiasreif@...
Nov 3, 2000 4:58 pm
is the adobe-viewer capable of using various fonts specified by CSS-rules? __________________________________________________ Do You Yahoo!? From homework help...
1015
Don Demcsak
njconsultant@...
Nov 3, 2000 2:41 pm
Would someone be kind enough to send me the IE 5.5 element behavior file from the eGroups site. I've got it at home, but my work decided to block the eGroups ...
1014
paulh@...
Nov 3, 2000 9:41 am
Thanks Peter, I've tried to insert answers to your questions below. ... I have a HTML page with the frame set below: <frameset id="NavigateOverviewPlanSplit" ...
1013
Chris Lilley
chris@...
Nov 2, 2000 11:34 pm
The W3C SVG Working Group is pleased to announce an update to the SVG Candidate Recommendation, incorporating eratta, bugfixes and clarifications resulting...
1012
Steve White
steve@...
Nov 2, 2000 10:57 pm
I am setting up color and transparency manipulation using JavaScript. It works fine except that the values seem to be bound by the Objects initial style...
1011
Peter Sorotokin
sorotokin@...
Nov 2, 2000 10:34 pm
... SVG+JavaScript+DOM ... event/rendering ... for which ... events") but ... a lot of ... anybody else ... us in? ... Aaron: I think other people and I...
1010
Eric Wong
svge@...
Nov 2, 2000 10:10 pm
... [svg cut] Arron, Your svg code works for me using NN 4.75 + Adobe + Win98. I've noticed that with NN + Adobe, sometimes when playing with SVG, the plug-in...
1009
Aaron Siri
aaron@...
Nov 2, 2000 9:35 pm
Your demo looks very good. I too am working on a lot of SVG+JavaScript+DOM manipulation stuff. I'm using SVG more as a low-level event/rendering toolkit...
1008
Jasen Jacobsen
jasenj1@...
Nov 2, 2000 8:59 pm
I've been working on some (IMHO) pretty extensive SVG, JavaScript, and DOM manipulation code at work. I took some time (WAY more than I expected B^() to put...
1007
Peter Sorotokin
sorotokin@...
Nov 2, 2000 7:48 pm
... I do not quite understand how to apply this stylesheet. I assume you have something like <FRAMESET> <FRAME SRC="test.svg" /> </FRAMESET> but where do...
1006
paulh@...
Nov 2, 2000 10:20 am
I hope this helps, I have ansered your questions below: Paul ... pixels ... Sorry I forgot that vital pice of information, Yes it is Internet Explorer 5.5. ...
1005
jstanley@...
Nov 1, 2000 11:34 pm
If there is no examples of how to do 'native39; input box for text. How can you embed an input text box using the <foreignobject> tag or some other method. ...
1004
Peter Sorotokin
sorotokin@...
Nov 1, 2000 10:59 pm
... [snip] ... Be careful using this analogy. DOM does not really have events for non-leaf nodes. Instead events "bubble-up". So if you have a group and it has...
1003
Peter Sorotokin
sorotokin@...
Nov 1, 2000 10:01 pm
... and ... Paul, OK, this means that the problem is not what I thought it is originally. I would like to try reproducing it here. ... avail ... Which browser...
1002
Amino-X
kj5nh@...
Nov 1, 2000 5:49 pm
Hello, I found the problem. As I was drifting off to sleep last night, it hit me what I was doing wrong. I've posted the code here for anyone else having the...
1001
jstanley@...
Nov 1, 2000 5:48 pm
Has anyone had experience with incorporating or making text input boxes using the svg standard?...
1000
Eric Wong
svge@...
Nov 1, 2000 5:07 pm
On Wed, Nov 01, 2000 at 12:21:30AM -0500, Paul Furbacher wrote: [ cut ] ... [ cut ] Ah. THere's your problem. Check out the SVG spec, section 19.2.4, ...
999
Mika Heiskanen
Mika.Heiskanen@...
Nov 1, 2000 2:28 pm
Hi, The SVG-page I have in mind would have a static map as a background and variable animated data (contour maps) on the foreground. The image would be...
998
paulh@...
Nov 1, 2000 1:47 pm
Thanks, I had tried to discount buffer sizes by trying different printers and direct connection rather than networked connection but always got similar...
997
Tobias Reif
tobiasreif@...
Nov 1, 2000 9:24 am
... here it goes: <g> <rect id="rect1" style="fill:#yyy" ...> <set attributeName="fill" to="#xxx" begin="rect1.mouseover;text1.mouseover" ...