Skip to content

Commit 8f1a707

Browse files
committed
type
1 parent a30aab9 commit 8f1a707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

raphaela.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Raphael.prototype.setViewBox = function(x, y, w, h, fit){
7474
this.paper.viewbox(x, y, w, h) // , fit
7575
}
7676

77+
Raphael.prototype.type = function(){
78+
return "svg.js"
79+
}
80+
7781
Raphael.registerFont = function(font){
7882
//
7983
}

0 commit comments

Comments
 (0)