我正在使用L.polygon
在我的地图上创建一些正方形和内容,但有时当我用鼠标pan
时,fill
得到clipped
:< / p>
我该如何避免这种情况?
多边形的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
都会发生这种情况。