Merge pull request #7431 from filipszu/raphaelFont_prop_update

Added properties to RaphaelFont interface
This commit is contained in:
Masahiro Wakame
2016-01-10 01:16:58 +09:00
+3 -1
View File
@@ -19,7 +19,9 @@ interface RaphaelAnimation {
}
interface RaphaelFont {
w:number;
face:any;
glyphs:any;
}
interface RaphaelElement {