From 1caad471d6a0d6ca104dcc64a94bef667e711883 Mon Sep 17 00:00:00 2001 From: DevvoZA <101029583+DevvoZA@users.noreply.github.com> Date: Mon, 11 May 2026 17:28:36 -0400 Subject: [PATCH] Add schematic symbol sizing comparison fixture --- ...ple22-symbol-sizing-comparison.fixture.tsx | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 examples/example22-symbol-sizing-comparison.fixture.tsx diff --git a/examples/example22-symbol-sizing-comparison.fixture.tsx b/examples/example22-symbol-sizing-comparison.fixture.tsx new file mode 100644 index 0000000..b622df4 --- /dev/null +++ b/examples/example22-symbol-sizing-comparison.fixture.tsx @@ -0,0 +1,85 @@ +import { SchematicViewer } from "lib/components/SchematicViewer" +import { renderToCircuitJson } from "lib/dev/render-to-circuit-json" + +const circuitJson = renderToCircuitJson( + + + + + + + + + + + + + + + + + + + , +) + +export default () => ( + +)