H A D | theme-raphael.js | 34 var RaphaelTheme = function(diagram, options, resume) { argument 35 this.init(diagram, _.defaults(options, { 43 init: function(diagram, options, resume) { argument 44 BaseTheme.prototype.init.call(this, diagram); argument 76 this.diagram.width, 77 this.diagram.height 162 var RaphaelHandTheme = function(diagram, options, resume) { argument 163 this.init(diagram, _.defaults(options, {
|