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...
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...
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...
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...
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...
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...
... As Chris said SVG graphics are *always* transparent. However, some popular SVG renderers (like the Adobe SVG Viewer) are not transparent controls as...
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...
... 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@......
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...
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....
Hi Antoine I have checked the w3c intentions for animated instances. The interesting is: 1.) SVG should investigate alternative approaches to associating ...
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...
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...
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...
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...
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...
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...
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...
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...
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:...
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...
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...
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...
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...
... the ... Adobe SVG Viewer implementation is documented here: http://www.protocol7.com/svg-wiki/default.asp?AdobeSVGViewerWindow This particular API is...