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

Draw Page Region Drawing Vertices #919

Open
PkHutch opened this issue Dec 31, 2016 · 0 comments
Open

Draw Page Region Drawing Vertices #919

PkHutch opened this issue Dec 31, 2016 · 0 comments

Comments

@PkHutch
Copy link
Contributor

PkHutch commented Dec 31, 2016

Right now to draw a region under the draw page, there is the ability to draw a region, using the button seen below.

region

When drawing a region, if a vertex is moused over, a small circle will appear at the location of the vertex. Technically this isn't a vertex instead it is the starting or ending point of a line, but for the sake of simplicity it will be referred to as a vertex. The "unwritten convention" of most drawing tools is upon clicking the newly appeared circle, the resulting line will intersect the vertex; this is not the case with our circle, meaning the circle provides no functionality other than to highlight the location of the vertex. It may be more functional to have the "unwritten convention".

For clarification, the resulting circle at the vertex is shown.

image

Yet, if the center of the circle is not clicked, then the line doesn't intersect.

image

@PkHutch PkHutch changed the title Draw Page Region Connecting Draw Page Region Drawing Vertices Dec 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant