Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/footprints/silkscreenrect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview"

## Filled Silkscreen Rectangles

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.
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.

<CircuitPreview code={`
export default () => (
Expand All @@ -34,7 +34,7 @@ Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignm
pcbY={0}
width={1}
height={1}
isFilled
filled
/>
</footprint>
</group>
Expand Down