Skip to content

Commit

Permalink
fix(resistor): pinInfo positions
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 20, 2022
1 parent ab3b589 commit 6b11a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resistor-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class ResistorElement extends LitElement {
@property() value = '1000';

readonly pinInfo: ElementPin[] = [
{ name: '1', x: 0, y: 9, signals: [] },
{ name: '2', x: 58.8, y: 9, signals: [] },
{ name: '1', x: 0, y: 10, signals: [] },
{ name: '2', x: 58.8, y: 10, signals: [] },
];

private breakValue(value: number) {
Expand Down

0 comments on commit 6b11a36

Please sign in to comment.