5354555657585960
{ super(ShapeType.PATH); if (null == getAttributes().getPathParts()) { getAttributes().setPathParts(new PathPartArray()); } }
6364656667686970
{ super(ShapeType.PATH, node); if (null == getAttributes().getPathParts()) { getAttributes().setPathParts(new PathPartArray()); } }
4445464748495051525354
super(ShapeType.SVG_PATH, node); } final void makePathParts(String path) { m_parts = new PathPartArray(); if ((null == path) || ((path = path.trim()).isEmpty())) { return; }