Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is impossible to change the outline thickness of egpWedgeOutline #3048

Open
UnwovenSleeve opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@UnwovenSleeve
Copy link

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.

@Denneisk
Copy link
Member

Denneisk commented Apr 22, 2024

That sounds doable. I could see simply changing the wedge "size" parameter to "radius".

Actually might not work since people expect size... Maybe I'll have it change over for EGPObjects only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants