Skip to content

Commit 0afc39e

Browse files
add default fill to rect
1 parent c9d7c0c commit 0afc39e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemascii/components_render.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ def integrated_circuit(
209209
width=sz.real,
210210
height=sz.imag,
211211
stroke__width=kwargs.get("stroke_width", 1),
212-
stroke=kwargs.get("stroke", "black"))
212+
stroke=kwargs.get("stroke", "black"),
213+
fill="none")
213214
for term in terminals:
214215
out += bunch_o_lines([(
215216
term.pt,

0 commit comments

Comments
 (0)