Line 578 of graphics-path.c should read PathPointTypeLine instead of PathPointTypeStart. PathPointTypeStart refers to the start of a sub-path, and GraphicsPath's using Arcs are respectively misconstructed. Elliot Paquette