Skip to content

Commit

Permalink
Merge pull request #150 from tscircuit/schtrace
Browse files Browse the repository at this point in the history
add schematic trace id properties
  • Loading branch information
seveibar authored Dec 19, 2024
2 parents 33bb298 + 593e112 commit 383f584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sch/svg-object-fns/create-svg-objects-from-sch-trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export function createSchematicTrace(
value: "",
attributes: {
class: "trace",
"data-circuit-json-type": "schematic_trace",
"data-schematic-trace-id": trace.schematic_trace_id,
},
children: svgObjects,
},
Expand Down

0 comments on commit 383f584

Please sign in to comment.