|
|
|
|
75
|
shape.width.baseVal.value = 0;
|
75
|
shape.width.baseVal.value = 0;
|
76
|
shape.height.baseVal.value = 0;
|
76
|
shape.height.baseVal.value = 0;
|
77
|
shape.setAttribute("stroke", "black");
|
77
|
shape.setAttribute("stroke", "black");
|
78
|
- shape.setAttribute("stroke-width", 3);
|
|
|
|
|
78
|
+ shape.setAttribute("stroke-width", 1);
|
|
|
79
|
+ shape.setAttribute("vector-effect", "non-scaling-stroke");
|
79
|
shape.setAttribute("fill", "none");
|
80
|
shape.setAttribute("fill", "none");
|
80
|
shape.setAttribute("stroke-dasharray", "5 5");
|
81
|
shape.setAttribute("stroke-dasharray", "5 5");
|
81
|
shape.setAttribute("opacity", 1);
|
82
|
shape.setAttribute("opacity", 1);
|