瀏覽代碼

Make selector rect stroke width non-scaling

dev_h
Finn Krein 3 年之前
父節點
當前提交
9e1bfffa80
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      client-data/tools/hand/hand.js

+ 2
- 1
client-data/tools/hand/hand.js 查看文件

@@ -75,7 +75,8 @@
75 75
 	shape.width.baseVal.value = 0;
76 76
 	shape.height.baseVal.value = 0;
77 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 80
 	shape.setAttribute("fill", "none");
80 81
 	shape.setAttribute("stroke-dasharray", "5 5");
81 82
 	shape.setAttribute("opacity", 1);

Loading…
取消
儲存