feat(node): add SVN (#426)

* Add: SVN

* updated the png file to remove the green background as suggested by gabriel-tessier
pull/322/merge
Ryan Cheley 4 years ago committed by GitHub
parent db48e3dccc
commit b4ee4666c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,4 +24,8 @@ class Gitlab(_Vcs):
_icon = "gitlab.png"
class Svn(_Vcs):
_icon = "svn.png"
# Aliases

@ -235,6 +235,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.vcs.Gitea**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**
- **diagrams.onprem.vcs.Svn**
## onprem.workflow

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save