Skip to content

Commit

Permalink
Implement DNP drawing, refactor schematic painters
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Jul 26, 2023
1 parent 77e208b commit 8657067
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 323 deletions.
2 changes: 2 additions & 0 deletions src/viewers/schematic/layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export { ViewLayer };
export enum LayerNames {
// Bounding boxes for clickable items
interactive = ":Interactive",
// DNP and other marks.
marks = ":Marks",
// reference, value, other symbol fields
symbol_field = ":Symbol:Field",
// hierarchical, global, and local labels
Expand Down
Loading

0 comments on commit 8657067

Please sign in to comment.