I know only freehosting servers in my country but they are only in slovene language. If you search for them in google try to fing one that run's on linux and...
12558
Chris Lilley
nantonos2001
Mar 1, 2002 10:01 am
On Tuesday, February 26, 2002, 11:41:14 PM, curtisbryant1000 wrote: c> Can SVGs be transparent so that HTML elements underneath them can be c> seen through...
12559
Antoine Quint
graoutsats
Mar 1, 2002 10:15 am
Hi Honnen, ... As far as I know, if you are using the setTimeout() function with two arguments, the first argument should be a string expression. I would need...
12560
simonjbradleyuk
Mar 1, 2002 10:17 am
Hi, I am trying to start a declarative animation on an object that is defined in a def element, then drawn. It works if the animation does not have a begin...
12561
Antoine Quint
graoutsats
Mar 1, 2002 10:23 am
Hi, ... Try to take a look at an article I wrote that does this kind of thing: http://www.xml.com/pub/a/2002/01/23/svg/index.html Antoine...
12562
fruc13
Mar 1, 2002 10:25 am
you should ad an ID to the use element that instances the original defined in defs. Than you start the animation using begin="element_id.mouseover". You can...
12563
simonjbradleyuk
Mar 1, 2002 10:31 am
Works fine, if I want to use the object just once. However I want to use the <use> element many times, each one having a seperate id. But that means that the...
12564
ovannovitch
Mar 1, 2002 10:38 am
... can be ... Yes and no... you need to add wmode="transparent" to the <embed> tag in the html file. Then it will work, although very slow! ovan...
12565
Antoine Quint
graoutsats
Mar 1, 2002 10:43 am
... As Chris said SVG graphics are *always* transparent. However, some popular SVG renderers (like the Adobe SVG Viewer) are not transparent controls as...
12566
fruc13
Mar 1, 2002 11:08 am
Very good article and a beautiful animated example. About SVG 1.1 supporting separate animation for instances, is it true. Is there something like these in SVG...
12567
Antoine Quint
graoutsats
Mar 1, 2002 11:15 am
... I don't think it is clear at the moment. Feel free to send a formal comment that will be taken into account by the Working Group at www-svg-comments@......
12568
fruc13
Mar 1, 2002 11:19 am
Yes it means that you have to create separate animation for all the instances. But you cant do it at the source object, you should put it where the instance...
12569
manfred_o_knobloch
manfred_o_kn...
Mar 1, 2002 11:46 am
Hello, last night the SWOTOMAT (V0.8) Sample was uploaded to http://www.xml-web.de/swotomat.html SWOTOMAT uses the prompt box library recently published by M....
12570
fruc13
Mar 1, 2002 12:24 pm
Hi Antoine I have checked the w3c intentions for animated instances. The interesting is: 1.) SVG should investigate alternative approaches to associating ...
12571
Chris Lilley
nantonos2001
Mar 1, 2002 12:36 pm
On Friday, March 01, 2002, 11:37:57 AM, ovannovitch wrote: ... o> can be ... o> Yes and no... Yes and non-conformant..... "The viewer must support alpha...
12572
Chris Lilley
nantonos2001
Mar 1, 2002 12:42 pm
On Friday, March 01, 2002, 1:24:49 PM, fruc13 wrote: f> I proposed them add an xlink:actuate attribute at least to the image f> element, this would enable an...
12573
Nick, Jay
jaynick6024
Mar 1, 2002 12:49 pm
I am working on a Children's Picture Book in SVG that uses ASV3 audio to read the book to you. A JavaScript event routine fires when the audio for the page...
12574
andrei
andrei_thomaz
Mar 1, 2002 12:59 pm
... thank you very much, everything is working now :) andrei [Non-text portions of this message have been removed]...
12575
Dean Jackson
obscureusername
Mar 1, 2002 1:02 pm
The comments list is svg-comments@.... (not www-svg-comments@...). The messages are only available to W3C members. The public mail list is...
12576
fruc13
Mar 1, 2002 1:10 pm
Hi Jay, there is an onload event that can be used for every element and not only for the top. You should know that ASV Audio element does not support the...
12577
fruc13
Mar 1, 2002 1:16 pm
Hi Dean and Chris I am happy to see that you are not ignoring me, so I will be more cool with the next comments of the spec and try to get some feedback on the...
12578
jpeyrott
Mar 1, 2002 2:28 pm
Hi, i have a svg which contains tspan elements. whrn on mouseover on a button, my svg becomes visible with my tspan. but i want to hide my svg and my tspan if...
12579
gcopp1
Mar 1, 2002 2:41 pm
I have a SVG file embedded in an html document, but I want them both to be in one file. Can I place the SVG directly in the html document, and then have the...
12580
Deneb Pettersson
denebian2001
Mar 1, 2002 2:43 pm
hi ppl, haven't been posting much lately(well since last summer...) but I've been following the stuff going on nontheless. Right now I'm just wondering if...
12581
Niklas Gustavsson
protocol7b
Mar 1, 2002 2:47 pm
Hi Check the link in the footer of each mail, for example this. /niklas www.protocol7.com ... From: Deneb Pettersson To: svg-developers@yahoogroups.com Sent:...
12582
fruc13
Mar 1, 2002 3:05 pm
Hyperlink is not instanced by the use element description: If there is a hyperlink (a element) defined for the original it does not function when the original...
12583
fruc13
Mar 1, 2002 3:19 pm
Try to post a link to a working (without script errors) online example (it is hard to read code rewraped from yahoo) There are some javascript cals in this...
12584
jpeyrott
Mar 1, 2002 3:55 pm
my code runs. But its seems in svg, if i have a rectangle with tspan elements inside. tspan elements are "on mouseout from rectangle ". I want to hide my block...
12585
fruc13
Mar 1, 2002 4:07 pm
Ok now I understand, solutions: 1.) put rectangle and text inside an roup and use the group for the onmouseout event triggering 2.) I you don't want to trigger...
12586
sorotokin
Mar 1, 2002 5:06 pm
... the ... Adobe SVG Viewer implementation is documented here: http://www.protocol7.com/svg-wiki/default.asp?AdobeSVGViewerWindow This particular API is...