Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    You need to read about Bézier control points (or practice a few minutes in Gimp or Photoshop or...) then change the control points given after the controls keyword. +(40:3mm) is a relative polar coordinate: 40 degrees counter-clockwise from the ((0,0), (0,1)) “vector”, 3mm of radius (counted from the last point placed so far on the path). You also need to change the anchors saying where the small loops start from and end at: (Q2.20) is an anchor located on the border of node (Q2) at polar angle 20 degrees. Commented Jun 9, 2022 at 20:23