From d7a41747cc737c3c382f6555ef1190d7991f72e8 Mon Sep 17 00:00:00 2001 From: Amirhosain Shahsavari Date: Sun, 3 Oct 2021 20:48:29 +0330 Subject: [PATCH] Update Readme.md with SVG Path Editor. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..7e522b22 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ When learning CS, there are some useful sites you must know to get always inform - [PullRequest](https://www.pullrequest.com/) : Code review as a service from vetted, professional reviewers - [Python Visualizer](http://pythontutor.com/visualize.html) : Watch the execution of basic Python, Java, C++, etc. code step-by-step. Recommended for new programmers and the Canadian Computing Competition. - [Extends Class](https://extendsclass.com/) : Online developer tools: REST and SOAP clients, SQLite browser, testers (Regex, XPath, JSONPath) and other tools (Encoders, Converters and formatters) +- [SVG Path Editor](https://yqnn.github.io/svg-path-editor/) : Online and open source SVG Path editor. - [EmailDrop](https://www.emaildrop.io/): Emaildrop is a free disposable email provider. - [Repl.it](https://repl.it): Accessible prototyping tool for various needs.