diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index 4d174fa71..58c7aa156 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -19,7 +19,9 @@ interface RaphaelAnimation { } interface RaphaelFont { - + w:number; + face:any; + glyphs:any; } interface RaphaelElement {