That's exactly what I was looking for. Thanks a lot Michel. And happy new year 2007 ! Julie ... wrote: Look at http://pilat.free.fr/tutorial2_eng/zoom.svg Try...
Hi, I want to pass image(.png or .jpeg) as an argument to button() constructor for making a button as the same way we make buttons using text or symbols. If...
Hi, I want to test a particular player for conformity / compliance with respect to SVGT 1.2 Spec from W3C. I downloaded the tests suite from W3C website and it...
Hi, ... The SVGT 1.2 test suite is under development and there are no tests from W3C publicly available yet. Getting a test suite is one of the criteria to...
I have a question about XHTML+SVG when it comes to laying out SVG in a HTML:table. Here's my minimal test case. I've also sent the question to the www-svg...
... Yeah that I know. I am sorry that I should have clarified the question. The test suite that I downloaded was for SVG 1.1 and my question is pertaining to...
Kiyut just released Sketsa SVG Graphics Editor 4.0-beta2, a cross platform vector drawing application based on SVG. It features various tools for optimizing...
Hi Sean, I suggest doing this through Apache's mod_deflate (in Apache 2x) or mod_gzip (Apache 1.3x). Here is my configuration for Apache 2.0: LogFormat "%h %l...
... answered that ... no, not yet, only for SVG 1.1 full, basic and tiny. This test suite is more comprehensive than the last release but not yet completely ...
Hi , I am working on an application , which uses SVG extensively as icons as well as background images . We are planning to provide an option for mass editing...
Rick , thanks for the response , Jonathan , sorry for the trouble. I will explain the requirement more clearly ...I am working on application to create mobile...
Hi friends, I am developing a svg program and i have to support chinese languae and some other east asian languages.I m getting problem when i m trying to ...
In general it is a bad idea to copy different groups. your question is best directed to svg-developers@yahoogroups.com Could you describe your intention more...
Sujesh wrote ... I am working on an application , which uses SVG extensively as icons as well as background images . We are planning to provide an option for...
ddailey
ddailey@...
Jan 4, 2007 1:27 pm
57789
Here is an example that uses both unicode and characters (the unicode encoding is on the right): http://www.personal.psu.edu/faculty/j/x/jxm22/libaitwice.svg ...
I have had troubles that have been keeping me less than fully productive over the last month or so. What I do know: 1. It is fairly easy to get HTML <--> SVG...
ddailey
ddailey@...
Jan 4, 2007 10:36 pm
57791
Hi, I am not sure I understand these problems ... in any case : to embed svg in HTML and do cross document communication has worked fine for me using <iframe...
I am using the Batik viewer inside an applet, and loading an SVG document. I have an ECMAScript method say 'manipulate()' inside the svg file to manipulate the...
It seems like SVG is further improved in QT4/KDE4 QT4 offers SVG rendering, which means any application developed in qt/ KDE can also render SVG if it uses...
... JavaScript in the HTML document can access the applet element with e.g. document.applets[0] or if you give the applet a name e.g. <applet name="svg1"...
Hi all, The MobileMonday NY committee, Antoine Quint of SVG.org, Scott Weiss of Usable Products and Dan Appelquist of Vodafone and MobileMonday London are...
In the experiments I've done with making SVG objects act like HTML <textarea>s: listening for keystrokes, handling backspacing and word-wrap and so forth, I...
ddailey
ddailey@...
Jan 8, 2007 3:06 pm
57799
Andreas/André et al., Is it possible to combine the navigationTools and ToolTip functionality in one file? I have successfully implemented both separately...
hi simon, the problem here is that andreas' navigationTools use the viewBox for all zoom and pan techniques whereas the tooltip-function such as in here ...
Hi everyone, Our research group currently offers a library of free vector symbols for assisting in communication of environmental science issues. All the...
Hi André, Interestingly, it does seem to work now. I was missing an id tag on my parent svg element and that appears to have fixed it. I don't know the code...