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

Text display is incomplete #615

Open
jhunters opened this issue Nov 14, 2023 · 0 comments
Open

Text display is incomplete #615

jhunters opened this issue Nov 14, 2023 · 0 comments

Comments

@jhunters
Copy link

Did any one has this problem? the text display in class diagram with chinese will show incomplete.
classDiagram
Animal <|-- 鸭子
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class 鸭子 {
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}

image

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