-100
-50
0
50
100
150
200
Adjustment with Tweakpane. Stroke-dashoffset has other effects
.line {
stroke-dasharray: N N;
stroke-dashoffset: N;
}
-100
-50
0
50
100
150
200
Adjustment with Tweakpane for stroke-dashoffset only
.line {
stroke-dasharray: 50 50;
stroke-dashoffset: N;
}
-100
-50
0
50
100
150
200
Adjustment with Tweakpane for stroke-dashoffset only
.line {
stroke-dasharray: 15 5;
stroke-dashoffset: N;
}
-100
-50
0
50
100
150
200
Adjustment with Tweakpane for stroke-dashoffset only
.line {
stroke-dasharray: 100 100;
stroke-dashoffset: N;
}