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

Breaks in freeform code #15

Closed
YoungMaker opened this issue Apr 13, 2016 · 2 comments
Closed

Breaks in freeform code #15

YoungMaker opened this issue Apr 13, 2016 · 2 comments
Assignees
Labels

Comments

@YoungMaker
Copy link
Collaborator

When a freeform shape is drawn from the network, there are breaks where it does 15 point terminations.

@YoungMaker YoungMaker self-assigned this Apr 13, 2016
@YoungMaker YoungMaker added the bug label Apr 13, 2016
@YoungMaker
Copy link
Collaborator Author

Hopefully this is fixed. The way the lines were drawn with arcs, it would skip drawing the last arc. This wasn't visible in the drawing client because it is being continually redrawn over, hiding the break. In the drawn client, its only drawn once and the breaks were visible. Added code to draw the last arc manually after the iterative loop.

Should be fixed, will resolve if we don't see it again.

YoungMaker added a commit that referenced this issue May 1, 2016
index.html is now holds both the login HMTL/JS and the whiteboard code.
The old filenames have been changed. wb.html now holds the older
whiteboard page (no login code).
Right now, when you press login, it unhides the whiteboard part of the
page.
Also worked on issue #15 , should be fixed now. Tested it, but we'll see
if it returns.
@YoungMaker
Copy link
Collaborator Author

Tested code, pretty sure this works now.

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

No branches or pull requests

1 participant