From 32a17c5a78f0afd6d79ff2b3c12b29d12dbcc394 Mon Sep 17 00:00:00 2001 From: filipszu Date: Wed, 30 Dec 2015 21:23:14 -0500 Subject: [PATCH] Added properties to RaphaelFont interface --- raphael/raphael.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {