Leaflet/src/layer/vector
ghybs b1e59c9247 Fix(SVGrenderer): reset svgSize on remove from map (#5966)
so that when the SVG Renderer is re-used and re-added on map, in `_update` method, the check on `_svgSize` triggers and re-assigns `width` and `height` attributes on the `_container`. Otherwise, the latter no longer has width and height, therefore is invisible, until the viewport size is changed.
2017-12-19 12:31:46 +01:00
..
Canvas.js Revert "Enable mouse events on multiple canvas renderers (#5752)" (#5924) 2017-11-17 16:15:21 +01:00
Circle.js Round circle radius in renderer instead of layer 2017-10-20 14:51:48 +02:00
CircleMarker.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00
index.js ES6ify: Provide missing SVG static methods. (#5330) 2017-02-14 19:39:57 +01:00
Path.js #5921 Remove touch based click tolerance (#5922) 2017-11-17 14:36:23 +01:00
Polygon.js Make L.LineUtil._flat public as L.LineUtil.isFlat (#5667) 2017-07-29 23:47:17 +02:00
Polyline.js Add documentation for PolyLine.closestLayerPoint (#5701) 2017-08-11 10:32:29 -07:00
Rectangle.js Fixed a couple of issues with spelling in documentation 2017-08-11 10:15:12 +03:00
Renderer.getRenderer.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00
Renderer.js #5921 Remove touch based click tolerance (#5922) 2017-11-17 14:36:23 +01:00
SVG.js Fix(SVGrenderer): reset svgSize on remove from map (#5966) 2017-12-19 12:31:46 +01:00
SVG.Util.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00
SVG.VML.js upgrade deps, fix indenting (#5743) 2017-08-31 08:58:42 +02:00