Open 2bbb opened 3 months ago
@2bbb - I think any stroke / line width tools would be absolutely welcome! If you wanted to PR - it would be a great addition.
cc @NickHardeman
@2bbb could be similar to ofSetRectMode(ofRectMode mode);
maybe something like ofSetStrokeAlign(OF_STROKE_ALIGN_CENTER);
I think it would be tricky with non-closed lines, like sine waves, etc. to determine which side is inside or outside.
@ofTheo
maybe I can't implement the feature... only my desire 😉
@NickHardeman
exactly. it will effect to only close paths.
someone please implement this?
@2bbb could be similar to
ofSetRectMode(ofRectMode mode);
maybe something likeofSetStrokeAlign(OF_STROKE_ALIGN_CENTER);
I think it would be tricky with non-closed lines, like sine waves, etc. to determine which side is inside or outside.
Inside: 1px, Outside: Will look like double.
This is just propose.
So great PR #8019 was merged.
It is awesome and too useful. and, I think if we can specify stroke align like inner / center / outer.
How do you think?