[svg-developers] Validating Compound or WICD documents

2008-10-30 Thread Andreas Neumann
Hi, This is a question towards the multinamespace experts: If I have a compound document (e.g. XHTML, SVG, MathML) - how can I validate these documents properly. Is there a RelaxNG available to cover all these vocabularies in a single document? My preferred XML environment is currently

[svg-developers] getElementById-in-firefox-bug

2008-10-30 Thread Olaf Schnabel
Hi developers I currently try to detect an animation element in a SVG file with document.getElementById(). Unfortunately, Firefox 3.0.3 returns always null. In Opera 9.62 and IE7+ASV3.03 this example works well (I am working on Windows XP SP3). Has somebody an idea how this can be? I thought

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-30 Thread Klaus Förster
Olaf, could it be that this is due to missing animation support in FF3. It seems that unknown elements are discarded and thus not part of the DOM tree ... Klaus Olaf Schnabel wrote: Hi developers I currently try to detect an animation element in a SVG file with

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-30 Thread Erik Dahlström
The elements are part of the DOM tree, since it's XML, but the 'id' attribute is not of type ID for arbitrary XML. You could use 'xml:id' in such cases, but I'm not sure FF supports that. The other option is to push for FF to recognize the elements as SVG elements. Cheers /Erik On Thu, 30 Oct

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-30 Thread Olaf Schnabel
Hi Klaus and Erik thanks for your answers. Am I understand you right: Because Firefox doesn't support SMIL, the animate element is a foreign element for him? Olaf Erik Dahlström wrote: The elements are part of the DOM tree, since it's XML, but the 'id' attribute is not of type ID for

[svg-developers] logarithmic scale with svg

2008-10-30 Thread saitmesutcan121
Hi guys.We are developing web applications with Ruby on Rails.We use Svg to display graphs.I just wanted to know if we can do logarithmic scale in svg?Do you know if this is possible?Thanks a lot. - To unsubscribe send a message to: [EMAIL PROTECTED]

[svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Hi guys.We are developing web applications with Ruby on Rails.We use Svg to display graphs.I just wanted to know if we can do logarithmic scale in svg? Do you know if this is possible?Thanks a lot. [Non-text portions of this message have been removed]

[svg-developers] Dutch 5-Euro coin designed with free software

2008-10-30 Thread Andreas Neumann
This is a little off-topic - not directly related to SVG - but I liked it: the dutch ministry of finance did a coin-design competition and the winning coin design was completely done with free software: ubuntu, python, inkscape, gimp, etc. See the full story at

[svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Hi guys.We are developing web applications with Ruby on Rails.We use Svg to display graphs.I just wanted to know if we can do logarithmic scale in svg? Do you know if this is possible?Thanks a lot. [Non-text portions of this message have been removed]

RE: [svg-developers] logarithmic scale in svg

2008-10-30 Thread Dailey, David P.
I'm not sure quite what you mean. One could certainly plot a set of axes in which one axis progressed linearly and the other logarithmically; whence one could plot data as (x, y) pairs into that space. Is that what you're hoping to accomplish? DD From:

RE: [svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Yeah,that is exactly what I am looking for.Thanks a lot.Do you know how to do it? --- On Fri, 10/31/08, Dailey, David P. [EMAIL PROTECTED] wrote: From: Dailey, David P. [EMAIL PROTECTED] Subject: RE: [svg-developers] logarithmic scale in svg To: svg-developers@yahoogroups.com Date: Friday,

Re: [svg-developers] logarithmic scale in svg

2008-10-30 Thread ddailey
Well take a look at http://srufaculty.sru.edu/david.dailey/svg/newstuff/coords.svg This is linear by linear generated with JavaScript. To make it log by linear, I'd probably just decide on a set of points: [.01,.1, 1, 10, 100, 1000, 1] that would represent the range, then generate the