diff options
Diffstat (limited to 'src/rect.js')
-rw-r--r-- | src/rect.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rect.js b/src/rect.js index f286c5d..3f42558 100644 --- a/src/rect.js +++ b/src/rect.js @@ -1,7 +1,6 @@ - SVG.Rect = function Rect() { this.constructor.call(this, SVG.create('rect')); }; -// inherit from SVG.Shape +// Inherit from SVG.Shape SVG.Rect.prototype = new SVG.Shape();
\ No newline at end of file |