Sha256: dcf2f087215d7891e7c6837dbbca7924b4b7b2e3c2ce844eea0a5452461a6a69
Contents?: true
Size: 645 Bytes
Versions: 11
Compression:
Stored size: 645 Bytes
Contents
$debug("Defining SVGRectElement"); /* * SVGRectElement - DOM Level 2 */ var SVGRectElement = function(ownerDocument) { SVGElement.apply(this,arguments); SVGStylable.apply(this,arguments); SVGTransformable.apply(this,arguments); }; SVGRectElement.prototype = new SVGElement; __extend__(SVGRectElement.prototype, SVGStylable.prototype ); __extend__(SVGRectElement.prototype, SVGTransformable.prototype ); __extend__(SVGRectElement.prototype, { }); SVGRectElement.prototype.constructor = SVGRectElement; // $w.SVGRectElement = SVGRectElement; // Local Variables: // espresso-indent-level:4 // c-basic-offset:4 // tab-width:4 // End:
Version data entries
11 entries across 11 versions & 2 rubygems