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

Extra vertical space is added when there are no characters that are go below the line such as j #29

Open
patenteng opened this issue Jul 31, 2023 · 0 comments

Comments

@patenteng
Copy link

Extra vertical space is added when there are no characters that go below the line such as j. This causes misalignment with the dash.

input metauml;
beginfig(1);
Class.Test("Test")
(
  "-dasa:int",
  "-ds:int",
  "-dsdasdassd:int",
  "-dlasjdladjslas:int",
  "-djkkd:int",
  "-ds:int",
  "-dasdasdas:int"
)
(
);
drawObjects(Test);
endfig;
end

1-1.pdf

See this stackexchange post for more information.

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