[svg-developers] Re: cursors

2007-03-29 Thread Andreas Neumann
Cursors are not implemented in the Adobe viewer. There is no chance to get them working, except maybe the pointer cursor by putting an empty anchor tag around the elements where you want to have the pointer (not that I recommend this practice, but it is possible). All other viewers (Batik,

[svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Olaf Schnabel
Hi developers I have a problem with the HTML-to-SVG communication in Firefox. I made a simple example: html_svg.html: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleFrom HTML to SVG/title script type=text/javascript!-- function init() { var svgdoc =

[svg-developers] parseXML eSVG problem

2007-03-29 Thread sardaukar3025
Dear Group! I have great troubles reading an XML files on a Pocket PC device via use of eSVG. The following code works perfectly well with any PC based viewer. function readWP(url) { getURL(url, buildWaypointArray); } function buildArray(data) {

RE: [svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Chris Peto
Hi, Why do you even have to use getSVGDocument. The document is the svg document and root is document.documentElement. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Schnabel Sent: Donnerstag, 29. März 2007 14:47

Re: [svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Olaf Schnabel
Hi Chris well, in SVG itself you can use these terms. But if you have a script outside of SVG, the access to SVG unfortunately doesn't work so simple :-( Regards Olaf Chris Peto wrote: Hi, Why do you even have to use getSVGDocument. The document is the svg document and root is

[svg-developers] Re: Modifying inline SVG (problem in IE)

2007-03-29 Thread pothoven
Please disregard my previous post. (or posts, I don't know why it was posted 3 times -- I posted it using Yahoo's web form). I found the problem which was related to how I got the svgDocument in IE which doesn't invoke the onload event of the inline SVG. For IE, I now do: svgDocument =

[svg-developers] Re: HTML-SVG in Firefox

2007-03-29 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Olaf Schnabel [EMAIL PROTECTED] wrote: I have a problem with the HTML-to-SVG communication in Firefox. I made a simple example: function init() { var svgdoc = document.getElementById(mySVG).getSVGDocument(); With Firefox and an object element you

[svg-developers] Re: Modifying inline SVG (problem in IE)

2007-03-29 Thread pothoven
Once again, you can disregard the previous message. Somehow just posting a question here seems to solve my problems. The gradient coloring started working in IE shortly after I posted that last message. I didn't really change anything, so I don't know what I did to fix it, but it works. Mouse

Re: [svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Stephen Quintero
This works for me: function init(evt) { if ( window.svgDocument == null ) svgDocument = evt.target.ownerDocument; var SVGRoot = svgDocument.documentElement; } Stephen On 29 Mar 2007 05:47:17 -0700, Olaf Schnabel [EMAIL

[svg-developers] Re: Deployment Problem On WebServer

2007-03-29 Thread thequantimizer
Hello All, I have finally solved the problem . It is actually with the hosting company that is providing web hosting services for my webpages .Our Majority of clients are adopting svg based websites/Contents and they are facing problem as webpages are throwing no error and at the same time

[svg-developers] [ANN] Batik 1.7beta1 released

2007-03-29 Thread Cameron McCormack
The Apache Batik team is proud to announce the long-awaited release of Apache Batik version 1.7beta1, a Java-based toolkit for processing SVG. This is the first release of Batik in approximately two years, and brings many new features and improvements over version 1.6. Notable new features