Skip to content

Commit

Permalink
add lineWidth to style
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiba committed Nov 10, 2024
1 parent 4cd1883 commit 50ff5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/Testbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { Body } from "../dynamics/Body";
export interface Style {
stroke?: string;
fill?: string;
lineWidth?: number;
}

type KEY = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' |
Expand Down

0 comments on commit 50ff5fd

Please sign in to comment.