add namespace to svg factory (#5864)

This commit is contained in:
Andrew 2017-10-23 12:17:19 +02:00 committed by Per Liedman
parent 14fc98cb52
commit 919ead4288

View File

@ -211,6 +211,7 @@ if (Browser.vml) {
SVG.include(vmlMixin);
}
// @namespace SVG
// @factory L.svg(options?: Renderer options)
// Creates a SVG renderer with the given options.
export function svg(options) {