Re: [!! SPAM] [svg-developers] Re: What this error mean in FF?

2006-06-10 Thread Edgar Valarezo
Try this: this.nameElement.style.setProperty("fill","rgb(0,0,0)",""); this.nameElement.style.setProperty("font-size","14px",""); That work in IE, but I'm not sure in FF. I think that must work. Edgar Nicole Ueberschär <[EMAIL PROTECTED]> escribió: FF doesn't like

Re: [svg-developers] esri shapefiles to SVG?

2006-06-10 Thread Edgar Valarezo
A way more flexible (and dificult) is using PostgreSQL with PostGIS. The version 8.1 is compatible with Windows, and have the shp2sql.exe program. When you run this, the result is a SQL script for PostgreSQL and then is possible introduce de shape into the database. Then is possible modify de ma

Re: [svg-developers] Hi all. How can I get version SVG viewer using JavaScript?

2005-11-29 Thread Edgar Valarezo
I hope this can be a bit more clear: «script language="JavaScript1.1"» // Variable to keep track of user's SVG support var hasSVGSupport = false; var svgVersion; var svgCtl; // Variable to indicate whether we need to use // VBScript method to detect SVG support va

Re: [svg-developers] Hi all. How can I get version SVG viewer using JavaScript?

2005-11-29 Thread Edgar Valarezo
Hi. I use this code for IE/ASV and Firefox: // Variable to keep track of user's SVG support var hasSVGSupport = false; var svgVersion; var svgCtl; // Variable to indicate whether we need to use VBScript method to // detect SVG support va

Re: [svg-developers] Re: manipulate HTML from within SVG...help please!!!

2005-05-13 Thread Edgar Valarezo
There was two errors. First, in the HTML lack the tag '', and then in the SVG change the event "onfiltered" by "onclick". That work whit Inernet Explorer and Adobe SVG Viewer. "index.htm" code: