Sha256: e4440de29901836a14ff26f75a26360b3e2820b7a06d734e72629bd4a9cc0b2d
Contents?: true
Size: 333 Bytes
Versions: 11
Compression:
Stored size: 333 Bytes
Contents
$debug("Defining SVGRect"); var SVGRect = function(x,y,width,height) { this.x = x; this.y = y; this.width = width; this.height = height; }; SVGRect.prototype = {}; __extend__(SVGRect.prototype, { }); // $w.SVGRect = SVGRect; // Local Variables: // espresso-indent-level:4 // c-basic-offset:4 // tab-width:4 // End:
Version data entries
11 entries across 11 versions & 2 rubygems