On Feb 1, 9:35 pm, Andrew Leach <[email protected]> wrote: > On Feb 1, 8:40 pm, bratliff <[email protected]> wrote: > > > > > Which version of IE are you using ? If it is IE8, have you tried > > using IE7 mode ? Also, are you able to try IE6 ? I do not receive an > > error message in IE6 if I access the "path" property. IE7 complains. > > I only have IE6 available. > > However, here at home I have a better version of the Script Debugger. > For the same bit of code as previously, o.outerHTML is > "<?xml:namespace prefix = v ns = \"urn:schemas-microsoft-com:vml\" /><v:shape > style=\"LEFT: 0px; BEHAVIOR: url(#default#VML); WIDTH: > > 256px; POSITION: absolute; TOP: 0px; HEIGHT: 256px\" coordsize = > \"1,1\" strokecolor = \"black\" strokeweight = \"3pt\" path = \" > m102,35 > l102,36,103,36,103,46,102,46,102,47,101,48,96,48,96,50,95,50,94,49,90,49,90,50,91,50,90,51,88,51,88,50,86,50,86,51,85,52,85,55 > 86,55,86,58 e\"><v:stroke style=\"BEHAVIOR: url(#default#VML)\" > opacity = \"26214f\" endcap = \"round\"></v:stroke></v:shape>" > > Explicitly setting o.path=e (or actually splicing e into o.outerHTML) > still results in the same path attribute. So I conclude that although > the VML spec suggests your version of "m x1 y1 l x2 y2 l x3 y3... e" > you actually only need " m" followed by its coords, then " l" followed > by a comma-separated list of comma-separated pairs, then " e" at the > end. Red herring. > > As I said, my VML is patchy to say the least. Does the above XML look > right to you? If it does, I'm not sure where to go next. > > Andrew
Thanks again for your help. The API omits the commas. "excanvas" uses the commas. The API builds the DOM incrementally. "excanvas" uses "insertAdjacentHtml". I have no idea what VML expects. Berry -- 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.
