You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EGP Outlines use egpSize to change line thickness, but egpWedge uses egpSize to change the wedge's fraction/width.
So with egpWedgeOutline, the wedge size takes priority over line thickness, meaning that you're always stuck with a thickness of 1
I'm guessing this was just a simple oversight, not thinking about a niche problem that only 1 person will ever actually encounter, but it would be helpful to have the functionality there.
Going off-format with the issue here as it's not really applicable, for fixing this though it would probably make the most sense to give egpWedge and egpWedgeOutline an extra parameter for adjusting the wedge size, instead of having to use egpSize, or better yet, making a new "egpWidth" or "egpThickness" etc. for outlines to use.
The text was updated successfully, but these errors were encountered:
EGP Outlines use egpSize to change line thickness, but egpWedge uses egpSize to change the wedge's fraction/width.
So with egpWedgeOutline, the wedge size takes priority over line thickness, meaning that you're always stuck with a thickness of 1
I'm guessing this was just a simple oversight, not thinking about a niche problem that only 1 person will ever actually encounter, but it would be helpful to have the functionality there.
Going off-format with the issue here as it's not really applicable, for fixing this though it would probably make the most sense to give egpWedge and egpWedgeOutline an extra parameter for adjusting the wedge size, instead of having to use egpSize, or better yet, making a new "egpWidth" or "egpThickness" etc. for outlines to use.
The text was updated successfully, but these errors were encountered: