add namespace to svg factory (#5864)
This commit is contained in:
parent
14fc98cb52
commit
919ead4288
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user