This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
.canvas-edges path.canvas-display-path {
pointer-events: none;
stroke-width: calc(1px* var(--zoom-multiplier));
stroke: rgb(var(--canvas-color));
fill: none;
transition: stroke-width 100ms ease-out;
stroke-linejoin: arcs;
}