hallo
function Ellipse(domNode) {
this.left = domNode.offsetLeft;
this.top = domNode.offsetTop;
this.right = this.left + domNode.offsetWidth;
this.left = this.top + domNode.offsetHeight;
hier wohl eher this.bottom + domNode.offsetHeight;
hallo
function Ellipse(domNode) {
this.left = domNode.offsetLeft;
this.top = domNode.offsetTop;
this.right = this.left + domNode.offsetWidth;
this.left = this.top + domNode.offsetHeight;
hier wohl eher this.bottom + domNode.offsetHeight;