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