Render svg instead of canvas

This commit is contained in:
corpglory-dev
2019-03-06 16:49:03 +03:00
parent d2843879f0
commit 4cd91ff979
2 changed files with 30 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
width: 100%;
height: 100%;
canvas {
svg {
width: 100%;
height: 100%;
}