Align the stroke on a path

When you make a Path object, you only have some virtual lines with no thickness before you call strokePath with it. That function then draws a line centered on that virtual line.
Is there a way of telling Juce to draw that line completely on the inside or on the outside of that virtual line?
That’s a very common feature in vector graphics software like Adobe Illustrator or Affinity Designer and without being able to do that it would be really annoying to draw my knobs.

1 Like