UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
364 stars 67 forks source link

Major grammar and typo fixes #40

Closed PonomarevIK closed 2 years ago

PonomarevIK commented 2 years ago

Fixed a lot of grammar mistakes and typos. Made variable and function names more consistent Some examples: vertexes -> vertices curved, cruvled -> curve (исправил только там, где подходит по смыслу: curved - изогнутый, curve - дуга) Didn't see anything break while testing but of course further more thorough testing is needed

UnickSoft commented 2 years ago

That is great! Could you please add .vscode to .gitignore file?

PonomarevIK commented 2 years ago

Latest commit addresses an oversight I've found: it you make vertex size too big, a looping arch hides behind it. Now you can change loop size by increasing/decreasing edge curve. As a side effect it also allows you to mirror arch to another side if you make curve value negative 1

UnickSoft commented 2 years ago

Thanks. We will check.