]> source.dussan.org Git - svg.js.git/commitdiff
Update svgjs.d.ts 729/head
authorDmitry <d.luzanov1996@mail.ru>
Sat, 5 Aug 2017 10:51:43 +0000 (13:51 +0300)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2017 10:51:43 +0000 (13:51 +0300)
Fix: Another way is to point an external SVG file, just specified the element id and path to file.
http://svgjs.com/elements/#use-constructor

svg.js.d.ts

index f87f8316e7e82df90c299f50143f7f1133c803b7..3456d8d55ff0c4eba4fd85007ecddd82b0c7dd36 100644 (file)
@@ -945,7 +945,7 @@ declare namespace svgjs {
         element(element: Element, file?: string): this;\r
     }\r
     interface Container {\r
-        use(element: Element, file?: string): Use;\r
+        use(element: Element | string, file?: string): Use;\r
     }\r
     interface Library { Use: Use; }\r
 \r