[svg-developers] Corel SVG Viewer - getSVGDocument()

2006-02-28 Thread kkoo
Hi, can anyone confirm me that does Corel SVG Viewer supports getSVGDocument()? getSVGDocument() is a method from W3C SVG 1.0 specs. However, it seems that I cannot access to the SVG DOM using javascript from the host. thanks -- View this message in context: http://www.nabble.com/Corel-SVG-View

RE: [svg-developers] Display element in adobe svg viewer

2006-02-28 Thread Peter Kalev
SVG Unleashed, page 510 states: "Note: At present the support for the specification breaks down here. I particular, Adobe SVG Viewer 3 (ASV3) doesn't support cross-file element linking on the use element, and CSS styling from an embedded image is lost." Hope that clears thing a bit :)

[svg-developers] Re: Display element in adobe svg viewer

2006-02-28 Thread sent1729
Thanks for the input yes, it does disply the point if it sits inside the same document. Does that mean adpbe does not support elements defined in another document. Thanks Again, Nathan. --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers

Re: [svg-developers] Re: bounding box

2006-02-28 Thread Bruno Marquié
Ok Thanks you both! I didn't know about the ids as numbers. My code is working now, embedding use tag inside g element, and using getCCM sometimes too... Thnaks again for your help! Bruno Holger Will wrote: > Bruno Marquié schrieb: > > Hi Bruno > > Francis is right, you are not allowed to use n

[svg-developers] Re: Thoughts on optimizing ASV rendering SVG with 5,000 elements

2006-02-28 Thread run2bmi21
Thanks Francis for this information. I downloaded the example file and fired it up. So I see your strategy of not displaying everything at once, but only when zoomed in on. I don't think I want to engineer as complex a solution, but I'm going to try your suggestion about using onmouseover to di

[svg-developers] Re: Display element in adobe svg viewer

2006-02-28 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "sent1729" <[EMAIL PROTECTED]> wrote: > I am trying to diplay use element in abobe svg viewer, but unable to > do so. > xlink:href="file:///c:/symbollib.svg#circle"/> Have you tried using an embedded symbol first e.g. http://groups.yahoo.com/group/

[svg-developers] Display element in adobe svg viewer

2006-02-28 Thread sent1729
Hi all, I am trying to diplay use element in abobe svg viewer, but unable to do so. I am able to open up the same svg file in batik squiggle browser. This is the svg file that I use: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg11.dtd";> http://www.w3.org/1999/xlink"; width="760" view

AW: [svg-developers] Re: SVG Embed

2006-02-28 Thread Hans Steffen Schneider
for firefox we use the -tag successfully http://tinyurl.com/93pn7 but this perhaps depends on the web server configuration. -Ursprüngliche Nachricht- Von: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] Auftrag von Martin Honnen Gesendet: Dienstag, 28. Februar 2006 14:12 An: sv

Re: [svg-developers] pb of speed with firefox

2006-02-28 Thread Erwan TROEL
fill seems to be incorrect in the sense of the W3C - Original Message - From: "Erwan TROEL" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 28, 2006 4:47 PM Subject: Re: [svg-developers] pb of speed with firefox > the code that seems to slow the page > > svgObj.setAttribute("class",

Re: [svg-developers] pb of speed with firefox

2006-02-28 Thread Erwan TROEL
the code that seems to slow the page svgObj.setAttribute("class","couleurPointeurTer") i have a CSS page link with this page by: in this CSS page i wrote: rect.couleurPointeurTer { fill: rgb(0,250,0) } do you think that the fact that the CSS page contains 100 lines slow the page??? --

Re: [svg-developers] pb of speed with firefox

2006-02-28 Thread Erwan TROEL
i have the same pb - Original Message - From: "RODOLFO MORENO LLACZA" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 28, 2006 4:18 PM Subject: Re: [svg-developers] pb of speed with firefox >I also have the same problem, in IE with ASV my application is quick, but >with FF 1.5 is real

Re: [svg-developers] pb of speed with firefox

2006-02-28 Thread RODOLFO MORENO LLACZA
I also have the same problem, in IE with ASV my application is quick, but with FF 1.5 is really slow. I realized that the parser process and events handler are really slowly. I guess at least that my code not is good. Rodolfo Erwan TROEL <[EMAIL PROTECTED]> wrote: i had an html page

Re: [svg-developers] SVG Embed

2006-02-28 Thread Erwan TROEL
i use embed that works well with IE and Firefox i use to have problems with object - Original Message - From: "chmavrog" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 28, 2006 1:41 PM Subject: [svg-developers] SVG Embed > Can someone answer to my questions > > 1. If i want to embed

[svg-developers] Re: SVG Embed

2006-02-28 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote: > > Can someone answer to my questions > > 1. If i want to embed an svg document in an html page which tag should > i use or ? > > 2.if i need to communicate between html to svg and svg to html,writing > html to svg

[svg-developers] SVG Embed

2006-02-28 Thread chmavrog
Can someone answer to my questions 1. If i want to embed an svg document in an html page which tag should i use or ? 2.if i need to communicate between html to svg and svg to html,writing html to svg scripting and visa versa which tag i must use? thanks in advance Christos - To uns

[svg-developers] SVGDeveloper,a powerful tool to develop svg application, released version 1.0

2006-02-28 Thread mysvgdeveloper
SVGDeveloper 1.0 is a powerful software to develop svg applications. Facilitated by the powerful designing capability of the software, users can "draw" the most of shapes, texts, images, and so on. Using the powerful source coder of the software, users can write any complex svg application with

[svg-developers] pb of speed with firefox

2006-02-28 Thread Erwan TROEL
i had an html page which embed a sophisticate svg using IE and ASV i rewrote the page to be used with IE and FireFox everything is allright but all is slow with firefox ??? [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visi