我L.polygon
用来在我的地图上创建一些正方形和东西,但有时当我pan
用鼠标四处走动时,fill
得到clipped
:
我怎样才能避免这种情况?
多边形的 SVG 是:
<path stroke-linejoin="round" stroke-linecap="round" fill-rule="evenodd" stroke="#0033ff" stroke-opacity="1" stroke-width="5" fill="#0033ff" fill-opacity="1" d="M-2247 -185L-2247 23L-27 23M-27 -185L-2247 -185"></path>
主要的 SVG 元素是:
<svg class=" leaflet-zoom-animated" width="2672" height="1002" viewBox="-3138 -821 2672 1002" style="-webkit-transform: translate3d(-3138px, -821px, 0);">
这发生在IE 9.0.8112.16421
和中Chrome 29.0.1547.76 m
。