Skip to content

Commit

Permalink
Merge pull request #82 from tscircuit/feat/schematic-port
Browse files Browse the repository at this point in the history
Chip port placement fix
  • Loading branch information
imrishabh18 authored Oct 6, 2024
2 parents b3e8f7e + 45ec6a1 commit 693c27e
Show file tree
Hide file tree
Showing 7 changed files with 684 additions and 261 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/sch/convert-circuit-json-to-schematic-svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export function convertCircuitJsonToSchematicSvg(
component.size,
component.rotation || 0,
(component as any).symbol_name,
(component as any).port_arrangement,
(component as any).port_labels,
(component as any).source_component_id,
(component as any).schematic_component_id,
soup,
)
svgChildren.push(svg)
Expand Down
Loading

0 comments on commit 693c27e

Please sign in to comment.