mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Update snapsvg.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -57,7 +57,7 @@ declare module Snap {
|
||||
export var filter:Filter;
|
||||
export var path:Path;
|
||||
|
||||
export function Matrix():void;
|
||||
export function Matrix():void;
|
||||
export function matrix(a:number,b:number,c:number,d:number,e:number,f:number):Matrix;
|
||||
export function matrix(svgMatrix:SVGMatrix):Matrix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user