-
Notifications
You must be signed in to change notification settings - Fork 31
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
Possible to set a negative line width #135
Comments
Related to #214 |
Would be good to centralize and unify the setting of line widths. |
fedarko
added a commit
to fedarko/empress
that referenced
this issue
Jul 14, 2020
Of course, still need to handle case where user is obstinate and types in "-1" or whatever manually anyway...
I think it might work well to handle #144 alongside these changes for the next release, also. |
fedarko
added a commit
to fedarko/empress
that referenced
this issue
Jul 17, 2020
fedarko
added a commit
to fedarko/empress
that referenced
this issue
Jul 18, 2020
Closes biocore#135! It would be nice to have some Empress / side-panel / animator tests that verify things work properly, but i think this is ok for now. Also of note: now, the default line width is 0. This will be important for biocore#144.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume this isn't intended (if it's actually a feature feel free to close this :) -- assuming it isn't, should be possible to add in
min="1"
or something to the corresponding<input>
element.Edit: should also add JS that validates that the new branch thickness is within a range of acceptable values, as a failsafe. Relates to #144.
Screenshot of a -10 width below (I admit it does look kind of cool, though) --
The text was updated successfully, but these errors were encountered: