File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -286,10 +286,10 @@ void restore_init_matrix(cairo_t* cr)
286
286
//
287
287
// TODO: Path clipping in the general case (with codes present), and snapping
288
288
// in the presence of CLOSEPOLY (likely the correct solution is to preload the
289
- // whole path and adjust for snapping). Fortunately, in the most common case
290
- // where everything is axis-aligned, the first and last points are already
291
- // snapped due to being aligned with the second and next-to-last points
292
- // already, so the bug is hidden.
289
+ // whole path and adjust for snapping), matplotlib#30576 . Fortunately, in the
290
+ // most common case where everything is axis-aligned, the first and last points
291
+ // are already snapped due to being aligned with the second and next-to-last
292
+ // points already, so the bug is hidden.
293
293
// NOTE: Matplotlib also *rounds* the linewidth in some cases (see
294
294
// RendererAgg::_draw_path), which helps with snappiness. We do not provide
295
295
// this behavior; instead, one should set the default linewidths appropriately
You can’t perform that action at this time.
0 commit comments