skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.7k stars 209 forks source link

Full-angle characters are too close to the edge #113

Closed lcron closed 4 years ago

lcron commented 5 years ago

Influencing visual effects.

Look at the picture: image

skanaar commented 5 years ago

Thanks for reporting. It is a known issue and I have had plans to improve it, but it requires a lot of work. The layout algorithm is currently (with some expections) unaware of the visual style of the nodes. To fix this the styles would have to include some data that control the layout of the text.

This is related to #104 where the shape of the database node is not taken into account when layouting the arrows.

skanaar commented 4 years ago

This is now fixed and deployed on www.nomnoml.com 🎉

I will let it mature for a while before I publish the changes to npm.

Please try it out and report any issues. 🐞

skanaar commented 4 years ago

Now fixed in npm release v0.10.0