This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
12d3c86eb40626392e95e1dc256b0f4c62b49481
openlayers
/
lib
/
OpenLayers
/
Renderer
History
ahocevar
12d3c86eb4
Avoid VML rendering issues with zero area inner rings. We don't actually do an expensive area calculation, but just make sure that we have at least three distinct points. This version is slightly different from Tim's previous patch: it compares the VML path components rathter than the geometry components, which is less expensive and more reliable (because the VML path uses integers). p=tschaub,me r=me (
closes
#2876
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@10837
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-15 13:47:35 +00:00
..
Canvas.js
Change license text to point to "OpenLayers contributors", referencing
2010-09-01 03:06:31 +00:00
Elements.js
Change license text to point to "OpenLayers contributors", referencing
2010-09-01 03:06:31 +00:00
SVG.js
Change license text to point to "OpenLayers contributors", referencing
2010-09-01 03:06:31 +00:00
VML.js
Avoid VML rendering issues with zero area inner rings. We don't actually do an expensive area calculation, but just make sure that we have at least three distinct points. This version is slightly different from Tim's previous patch: it compares the VML path components rathter than the geometry components, which is less expensive and more reliable (because the VML path uses integers). p=tschaub,me r=me (
closes
#2876
)
2010-10-15 13:47:35 +00:00