Hi Chris, Please note that the Polyline/Polygon rendering in Canvas has also brought in an issue with the way the strokeOpacity or fillOpacity is valued.
Canvas warnings get thrown in Firebug if zero (0.0) is used for the strokeOpacity/fillOpacity. The documentation does still indicate that the strokeOpacity and fillOpacity is a value of number type between 0.0 and 1.0. You'll see that the workaround has been to use a string "0.0" or else use a value of at least 0.01. But again the documentation does not reflect this. So I'm unsure if this is a case of the documentation needing an update or else this API update introducing an issue. Please refer to this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/bef7d861a9d25d9 Thanks! On Apr 15, 6:28 pm, Chris Broadfoot <[email protected]> wrote: > Thanks, this has been fixed. The problem was using shorthand color notation > (i.e. #369 as opposed to #336699) > > On Fri, Apr 15, 2011 at 5:15 PM, Alessandro Giannini < > > > > > > > > > > [email protected]> wrote: > > Hi ! > > > with last version, using Chrome or FF , the sample ' > >http://code.google.com/intl/it-IT/apis/maps/articles/mvcfun/twitterse... > > don't work !!!! I'm not able to view circle to define area. Any idea ? > > > Thanks > > @le>< > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > --http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
