Shape constructor

Shape()

Implementation

Shape() {
  pathComposer = PathComposer(this);
}