Hi Jake, ... I found this on Google, pointing to a (now offline) page of theire site. The answer they gave to my question sounded rather reluctant to support...
Close to existing constructions ... hmm, let's see. Firstly, I'd suggest using child elements for storing the variables. This way one can store arbitrarily...
Hello i'm trying to swap two images in an animation chain I have tried changing the value of the "display" attribute after object "P" finishes it's 10 second...
Looks like someone had subscribed the svg-in-daisy mailing list to the svg-developers mailing list. Yahoo forwards the messages, but the svg-in-daisy list...
Hi, I would like to read about SVG to XAML (and vice versa) conversion projects using XSLT, the limits of such an approach and how it is used in practice. Can...
The second image has visibility="hidden" The <set> element which is intended to change this sets the visibility of the containing <g> element, not of the...
I have just come across a program that converts XML and XHTML, including SVG and MathML, into PDF. Its understanding of CSS is second to none. The only really...
Hi All, I have to develop a web based app where I should be able to generate dynamic graphical content based on the user's input. I am using JSP pages on the...
... That sounds more like implementation bugs rather than something SVG doesn't support. Just curious, what browser (and svg plugin if any) did you use? ... Do...
I have experienced the same problem with SVG due to browser differences and the different support. Firefox and other Gecko browsers have direct support, but...
(from a previous message) ... Although currently a bit outdated and partially abandoned, I believe that jsolait [1] is still a good choice: a simple and clean...
Hi SVG developers, The SVG Open reviewing team finished the reviewing process and published the abstracts and speakers list at the SVG Open conference ...
Hi all, We added a donation option to the SVG Open final registration and payment form. As you may know, Open Source tools play a major role when it comes to...
... Splitting out the pattern to a separate file works fine, but only if the viewer supports external references. Batik 1.7 and Opera 9.5 successfully...
Hi, I'm using the Firefox plugin Greasemonkey to render SVG on top of pages. The code I'm using is like this var SVG_NS = "http://www.w3.org/2000/svg"; var...
Christian Pekeler wrote of problems with a Greasemonkey combination in Firefox 3 pre-release. There has been some discussion of new releases of Greasemonkey...
hi, i am trying to change the shape of my text so that it looks like like this image <http://www.planetphotoshop.com/tutorials/spivey/spivey49_image4.gif> . I...
60622
ddailey
ddailey@...
Jun 10, 2008 6:03 pm
I happened to notice this news and thought some of you might find it to be of interest: http://www.dreampark.com/385.html The story is quite brief, but...
As Opera 9 is available for TV boxes and supports SVG, they are probably using their platform to deliver SVG content. Something I talked with Channel4 in UK. ...
Hi All, I was wondering if there was a way to call SVG according to the selection in the selectionlist or combo box. I have the code for dropdownlist from the...
60625
ddailey
ddailey@...
Jun 11, 2008 11:21 am
thanks Veiko. Maybe that's what it is. Dreamgallery describes their product as "middleware IPTV" so I was thinking it enabled TV studios to overlay text and...
Erik, Thank you for the response. A follow-up question: does the fill:url directive allow for a full address in the case of a fill pattern file stored...
Hi Sujana, if the SVG viewer supports the inclusion of SVG images in the <image/ ... not all of the browsers/viewers support external SVG images though. I...
on the same issue: http://www.svgopen.org/2008/ index.php?section=abstracts_and_proceedings --> look for "SVG and Digital Television" There is also a company...
I have an svg file with an embeded base-64 png image (see below dashed line for its source) The png image is 5 pixels by 5 pixels and I am trying to scale it...