Skip to content

Commit

Permalink
syntax update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 authored Jun 29, 2024
1 parent d78c542 commit 89d539d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/convert-element-to-primitive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ export const convertElementToPrimitives = (
pcb_drawing_type: "oval",
x: element.center.x,
y: element.center.y,
rX: element.radiusX / 2,
rY: element.radiusY / 2,
rX: element.radius_x / 2,
rY: element.radius_y / 2,
layer: element.layer === "bottom" ? "bottom_silkscreen" : "top_silkscreen",
}
]
Expand Down

0 comments on commit 89d539d

Please sign in to comment.