Added properties to RaphaelFont interface

This commit is contained in:
filipszu
2015-12-30 21:23:14 -05:00
parent dc9dabe74a
commit 32a17c5a78
+3 -1
View File
@@ -19,7 +19,9 @@ interface RaphaelAnimation {
}
interface RaphaelFont {
w:number;
face:any;
glyphs:any;
}
interface RaphaelElement {