Returns the path for this glyph shape centered at origin.
@override Path createPath() { final radius = size / 2; return Path() ..addOval(Rect.fromCircle(center: Offset.zero, radius: radius)); }