Skip to content

Commit

Permalink
Added missing export b_ellipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
algorithmicdesign committed May 23, 2024
1 parent d04c85e commit 6e70554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ new_refs(b::Backend{K,T}) where {K,T} = T[]

export b_point, b_line, b_closed_line, b_polygon, b_regular_polygon,
b_nurbs_curve,
b_spline, b_closed_spline, b_circle, b_arc, b_rectangle
b_spline, b_closed_spline, b_circle, b_arc, b_ellipse, b_rectangle

@bdef(b_point(p, mat))

Expand Down

0 comments on commit 6e70554

Please sign in to comment.