mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added the symbol element to the Paper class.
This commit is contained in:
parent
059f0bc252
commit
2c70be4600
1
types/snapsvg/index.d.ts
vendored
1
types/snapsvg/index.d.ts
vendored
@ -287,6 +287,7 @@ declare namespace Snap {
|
||||
rect(x:number,y:number,width:number,height:number,rx?:number,ry?:number):Snap.Element;
|
||||
text(x:number,y:number,text:string|number):Snap.Element;
|
||||
text(x:number,y:number,text:Array<string|number>):Snap.Element;
|
||||
symbol(vbx:number,vby:number,vbw:number,vbh:number):Snap.Element;
|
||||
}
|
||||
|
||||
export interface Set {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user