... Hi Tristan, Yes, there are several ways, depending on the kind of formatting you're using. One of the simplest can be: myWidth =...
54642
Martin Honnen
honnen_martin
Feb 25, 2006 4:10 pm
... If you have event handler attributes (like onclick) on an SVG element then those function as event listeners in the bubbling phase of the W3C DOM Level 2...
54643
Francis Hemsher
fhemsher
Feb 26, 2006 4:16 am
Hi Doug, This a meaningfull subject for serious SVG apps that generate 1000's of elements from XML data. I posted an example file on this list awhile back that...
54644
Francis Hemsher
fhemsher
Feb 26, 2006 5:25 am
Hi Bruno, Just a quick response, and apologize for not looking further into your app. JavaScript/ECMAscript is not happy with variable names that are integers....
54645
Bruno Marquié
bmarquie
Feb 27, 2006 7:54 am
Hi Francis, Thanks you for your answer, but I don't think that could be the problem... I think getBBox() function evaluate the real size ("the painted one") of...
54646
Holger Will
holger492
Feb 27, 2006 8:30 am
Bruno Marquié schrieb: Hi Bruno Francis is right, you are not allowed to use numbers as ids, in fact an id must start with a string. but thats does not seem...
54647
bonjedward
Feb 27, 2006 10:28 am
I'm attempting to use CEF fonts in SVG maps generated by Integraph's GeoMedia WebMap, but I'm beginning to wonder if CEF is really supported by Adobe. First of...
54648
Tristan Lyons
drthmlyons
Feb 27, 2006 1:14 pm
Thanks Domenico. I'm going to give this a try. Tristan ... [Non-text portions of this message have been removed]...
54649
Buttrey, Todd
toddbutt
Feb 27, 2006 2:21 pm
The jpeg and png files do come from the same source. In stepping through my code, I have them on the web server. The png files display on the clients' web...
54650
aossi_2000
Feb 27, 2006 4:37 pm
Hello! I have a problem with my svg file. I searched for a while for a svg forum, but i didn't found a good one. So I posted my question here and I hope you...
54651
Bjoern Hoehrmann
hoermi
Feb 27, 2006 4:46 pm
... The first problem here is that your <ARCXML>, etc. elements should not be in the SVG namespace; out them in an appropriate namespace, using e.g. <ARCXML...
54652
Neiderer, Andrew (Civ...
reindeer21005
Feb 27, 2006 5:43 pm
The following displays fine in Netscape with ASV plug-in, but not using Apache Batik 1.6. Thanks for any suggestions. <?xml version='1.0' encoding='UTF-8'?> ...
54653
Bjoern Hoehrmann
hoermi
Feb 27, 2006 5:48 pm
... Batik does not currently support the SMIL Animation elements, you could try http://www.vectoreal.com/smilscript/ or try to convince Cameron to put it...
54654
Erwan TROEL
erwantroel
Feb 28, 2006 10:04 am
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...
54655
mysvgdeveloper
Feb 28, 2006 12:24 pm
SVGDeveloper 1.0 is a powerful software to develop svg applications. Facilitated by the powerful designing capability of the software, users can "draw" the...
54656
chmavrog
Feb 28, 2006 12:43 pm
Can someone answer to my questions 1. If i want to embed an svg document in an html page which tag should i use <embed> or <object> ? 2.if i need to...
54657
Martin Honnen
honnen_martin
Feb 28, 2006 1:13 pm
... If you want (or wanted) to write valid HTML 4 or XHTML 1.0 markup then you need to use the object element or the iframe element. The object element is even...
54658
Erwan TROEL
erwantroel
Feb 28, 2006 1:17 pm
i use embed that works well with IE and Firefox i use to have problems with object ... From: "chmavrog" <chmavrog@...> To:...
54659
RODOLFO MORENO LLACZA
rodolfoamoreno
Feb 28, 2006 3:18 pm
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...
54660
Erwan TROEL
erwantroel
Feb 28, 2006 3:31 pm
i have the same pb ... From: "RODOLFO MORENO LLACZA" <rodolfoamoreno@...> To: <svg-developers@yahoogroups.com> Sent: Tuesday, February 28, 2006 4:18 PM ...
54661
Erwan TROEL
erwantroel
Feb 28, 2006 3:48 pm
the code that seems to slow the page svgObj.setAttribute("class","couleurPointeurTer") i have a CSS page link with this page by: <?xml-stylesheet...
54662
Erwan TROEL
erwantroel
Feb 28, 2006 3:58 pm
fill seems to be incorrect in the sense of the W3C ... From: "Erwan TROEL" <e.troel@...> To: <svg-developers@yahoogroups.com> Sent: Tuesday, February...
54663
Hans Steffen Schneider
hans.s.schneider@...
Feb 28, 2006 4:37 pm
for firefox we use the <embed>-tag successfully http://tinyurl.com/93pn7 but this perhaps depends on the web server configuration. ... Von:...
54664
sent1729
Feb 28, 2006 6:44 pm
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...
54665
Martin Honnen
honnen_martin
Feb 28, 2006 7:15 pm
... Have you tried using an embedded symbol first e.g. <use xlink:href="#circle" where the definition of circle is embedded in the same document? I am not sure...
54666
run2bmi21
Feb 28, 2006 7:30 pm
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...
54667
Bruno Marquié
bmarquie
Feb 28, 2006 7:46 pm
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... ...
54668
sent1729
Feb 28, 2006 7:48 pm
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 ...
54669
Peter Kalev
peterkalev2002
Feb 28, 2006 11:31 pm
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...
54670
kkoo
kookars
Mar 1, 2006 4:18 am
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...