Minor fixes
This commit is contained in:
parent
330cdde9bb
commit
071be2954a
1 changed files with 6 additions and 2 deletions
|
|
@ -62,8 +62,12 @@ var initY = 0;
|
||||||
|
|
||||||
let yScalar = 1;
|
let yScalar = 1;
|
||||||
if (window.innerWidth < 800) {
|
if (window.innerWidth < 800) {
|
||||||
|
if (isZoomed) {
|
||||||
|
yScalar = 4;
|
||||||
|
} else {
|
||||||
yScalar = 2;
|
yScalar = 2;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
for(let i = 0; i < sampleSVG.length; i++) {
|
for(let i = 0; i < sampleSVG.length; i++) {
|
||||||
path = sampleSVG[i];
|
path = sampleSVG[i];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue