-
Notifications
You must be signed in to change notification settings - Fork 449
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
Lifeline should inherit the stroke style from the actor #1140
Lifeline should inherit the stroke style from the actor #1140
Conversation
032b460
to
282bfb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
282bfb1
to
61c6b1f
Compare
#557 (comment) strikes again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm thinking maybe stroke width should never affect the line. @alexstoick do you think that's something people would actually want? i suspect more often than not, they want to change the actor stroke width without line changes.
@alixander - Personally, I'm looking for a way to highlight a particular actor in a sequence diagram. Changing the lifeline color (via stroke) - is a feature I'd want. Another completly different way of tackling this would be to allow the actor to be part of a group - and then it'd be easy to highlight as I could change the group fill. This can look a bit questionable as it could start overlapping labels / arrows etc - but if we decide not to change the LMK thoughts! |
yeah for sure, but what about stroke width? i say we should have edges inherit a very small set of attributes from its actor.
|
@alixander - sorry; I misread your comment. I think tentatively I will say I'm OK with not inheriting the |
yeah we can see how well color serves for that purpose, and if there's requests for stroke-width too, we can add it later |
OK - I will remove the (I'm resolving the signed commit as per Gavin's comment). |
61c6b1f
to
110f248
Compare
nope! looks good to me |
42107df
to
80ab6c2
Compare
Should be all resolved now :) Thanks for your comments 🙇 Should I edit the |
please do! @alexstoick |
80ab6c2
to
2a93d21
Compare
@alixander - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🙏
Fixes #1137
Screenshots