You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/footprints/silkscreenrect.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
22
22
23
23
## Filled Silkscreen Rectangles
24
24
25
-
Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint.
25
+
Enable the `filled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint.
26
26
27
27
<CircuitPreviewcode={`
28
28
export default () => (
@@ -34,7 +34,7 @@ Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignm
0 commit comments