|
|
Choosing A Webhost: |
Re: Re: Experimenting with SVG and JavaScript: msg#00046gis.openstreetmap.devel
Nick, There was talk at some point about code to check if the browser supports the SVG MIME type. If yes, send over the rendered SVG. If no, then run the SVG through a PNG converter (Cairo) and send that over instead. This way you still one basic rendering code (to SVG), but support the predominant lack-of-browser-SVG-support configuration. In my opinion, requiring JavaScript for dynamic stuff is reasonable. Ben On Thu, Jul 21, 2005 at 10:51:33AM +0100, nick@xxxxxxxxxxx wrote: > Sorry - I sent the wrong file! > This is it.... > > <!DOCTYPE html PUBLIC "-W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns='http://www.w3.org/1999/xhtml'> > <head> > <style type="text/css"> > #svg1 { width: 800px; height: 600px; } > </style> > <script type="text/javascript"> > function chsrc(a) > { > document.getElementById("svg1").setAttribute('data',a); > } > </script> > <title>SVG as embedded object and nested namespace</title> > </head> > <body> > <h2>Object tag</h2> > <object type="image/svg+xml" data="standalone.svg" id="svg1"> > Your browser is currently unable to display SVG images. > </object> > <input type="button" value="one" onclick="chsrc('standalone.svg')"/> > <input type="button" value="two" onclick="chsrc('other.svg')"/> > </body> > </html> > > _______________________________________________ > Openstreetmap-dev mailing list > Openstreetmap-dev@xxxxxxxxxxxx > http://bat.vr.ucl.ac.uk/cgi-bin/mailman/listinfo/openstreetmap-dev
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: Experimenting with SVG and JavaScript, Kyle Mulka |
|---|---|
| Next by Date: | Re: Re: Experimenting with SVG and JavaScript, nick |
| Previous by Thread: | Re: Experimenting with SVG and JavaScript, nick |
| Next by Thread: | Re: Experimenting with SVG and JavaScript, Petter Reinholdtsen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |