1
0
forked from HEL/circuiteria

fixed minor issues + changed some default styles

This commit is contained in:
2024-05-18 21:45:12 +02:00
parent 4fae4fe19a
commit 011802ffbe
16 changed files with 20 additions and 19 deletions

View File

@ -71,7 +71,7 @@
let out-pct = if align-out {h-ratio / 2} else {50%}
let ports-y = (
"in": (h) => {h - h * (h-ratio / 200%)},
"out": (h) => {h * (out-pct / 100%)}
"out": (h) => {h - h * (out-pct / 100%)}
)
element.elmt(