if (child.attribute('y').hasValue()) {
                        child.y = child.attribute('y').toPixels('y');
                    }
                    else {
                        if (this.attribute('dy').hasValue()) y += this.attribute('dy').toPixels('y');