not allow to select text on svg

This commit is contained in:
Azgaar 2022-03-22 00:14:15 +03:00
parent 8473b9ed01
commit 79b7df1c95

View file

@ -50,6 +50,7 @@ iframe {
mask-mode: alpha;
mask-clip: no-clip;
fill-rule: evenodd;
user-select: none;
}
#canvas {