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

Vertical line overflows into actor boxes #855

Closed
rajasekaran2003 opened this issue Jun 11, 2019 · 3 comments
Closed

Vertical line overflows into actor boxes #855

rajasekaran2003 opened this issue Jun 11, 2019 · 3 comments

Comments

@rajasekaran2003
Copy link

image

The vertical lines overflows into the actor boxes.

@rajasekaran2003
Copy link
Author

                        .messageLine0 {
                            stroke-width:1.5;
                            stroke-dasharray:"2 2";
                            marker-end:"url(#arrowhead)";
                            stroke:black; }
                        .messageLine1 {
                            stroke-width:1.5;
                            stroke-dasharray:"2 2";
                            stroke:black; }
                        .actor-line { stroke:black; } 
                        .loopLine {
                            stroke-width:1.5; 
                            stroke-dasharray:"2 2";
                            marker-end:"url(#arrowhead)";
                            stroke:black; }
                        .messageText {
                            fill:black;
                            stroke:none;
                            font-family:'trebuchet ms', verdana, arial;
                            font-size:14px;}
                        text.actor {
                            fill:black;
                            stroke:none;
                            font-family: Helvetica;}
                        .labelBox {
                            stroke: none;
                            fill: black;}
                        .note {
                            stroke: black;
                            fill: none;}
                        .actor {
                            stroke: black;
                            fill: none;}
                        #arrowhead {
                            fill:black;}

This is the css that I used

@knsv
Copy link
Collaborator

knsv commented Jun 30, 2019

Could you make the background of the actor boxes white?

@rajasekaran2003
Copy link
Author

That does help. Thanks.

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

2 participants