Skip to content

Commit

Permalink
add "anchor side" property for net labels
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 10, 2024
1 parent 3efe338 commit 2160e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schematic/schematic_net_label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const schematic_net_label = z.object({
type: z.literal("schematic_net_label"),
source_net_id: z.string(),
center: point,
anchor_side: z.enum(["top", "bottom", "left", "right"]),
text: z.string(),
})

Expand Down

0 comments on commit 2160e8a

Please sign in to comment.