{
final Element element = new Element();
applyElementName(element);
applyStyle(element.getStyle());
element.setElementType(new RectangleType());
element.setAttribute(AttributeNames.Core.NAMESPACE, AttributeNames.Core.ARC_WIDTH, arcWidth);
element.setAttribute(AttributeNames.Core.NAMESPACE, AttributeNames.Core.ARC_HEIGHT, arcHeight);
return element;
}