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

Brush size doesn't match quad size in Strokes #1365

Open
jlampel opened this issue Dec 5, 2024 · 1 comment
Open

Brush size doesn't match quad size in Strokes #1365

jlampel opened this issue Dec 5, 2024 · 1 comment
Labels
enhancement tool: strokes v4 Applies to RF version 4x
Milestone

Comments

@jlampel
Copy link
Member

jlampel commented Dec 5, 2024

The Strokes brush size doesn't really match the resulting quad size, which makes it really hard to guess how big or small I should make it when drawing a stroke.

Here is the brush size next to the size of the quad it produces:

image

It doesn't need to be exact, but cutting the brush size in half looks like it would be a lot closer to the right size.

It also seems to have a slightly different relationship to the size of new edges:

image

So even if I draw close to a perfect square, I get an uneven result:

image

@jlampel jlampel added enhancement tool: strokes v4 Applies to RF version 4x labels Dec 5, 2024
@jlampel jlampel added this to the v4.0 milestone Dec 5, 2024
@vxlcoder
Copy link
Contributor

vxlcoder commented Dec 5, 2024

ah, this might be due to how I'm computing the initial number of segments... will work on this more.

not sure about straightness. will check in on this too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement tool: strokes v4 Applies to RF version 4x
Projects
None yet
Development

No branches or pull requests

2 participants