Beautiful C in classes after LaTeX export

0 votes
asked Sep 28, 2017 in Wanted features by Dresaan (400 points)

I recently realized that you draw the “C” in the class circle during LaTeX export by yourself. Since LaTeX/TikZ vectorized, the diagrams might be rendered to any size. Sized to … maybe 2cm width, the “C” starts to look ugly. You might consider to just write a letter instead of drawing a C.

I tried to replace it with this:

\node at (20pt,24pt)[]{\textbf{\Large C}};

You can see the difference here:

1 Answer

0 votes
answered Sep 28, 2017 by plantuml (295,000 points)
selected Sep 29, 2017 by Dresaan
 
Best answer
Ok, we've changed last beta to give a try:

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Does it sound better for you ?

Thanks for your feedback!
commented Sep 29, 2017 by Dresaan (400 points)
Beautiful! Thank you :-)
...