Wasn't it sureshT suri who wrote: >Hi, > >What is these all as you mentioned above: CANVAS,VML,SVG and how can i >use this in my google map.
Different rendering engines have support for different technologies for drawing lines and shapes. MSIE has Vector Markup Language Firefox has Scalable Vector Graphics All HTML5 compliant browsers (i.e. all recent supported browsers other than MSIE) have Canvas If the API can't be sure that your rendering engine supports one of those technologies, then it generates transparent PNG files. What rendering engine does your system use? -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
