Skip to content

Commit

Permalink
Remove stale comment for backend_cairo.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Mar 12, 2024
1 parent 292e9d6 commit 0caf3fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/backend_cairo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ let set_line_width ctx line_width =
Cairo.set_line_width ctx.cairo_ctx (float_of_int line_width)

let draw_circle ctx (cx, cy) radius stroke fill =
(* TODO: stroke and fill MUST have a value before coming to the renderer *)
Cairo.arc ctx.cairo_ctx cx (Float.neg cy) ~r:radius ~a1:0. ~a2:(Float.pi *. 2.);
set_color ctx stroke;
Cairo.stroke_preserve ctx.cairo_ctx;
Expand Down

0 comments on commit 0caf3fa

Please sign in to comment.