mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 10:13:27 +00:00
...
This commit is contained in:
parent
f2f914ed05
commit
9b4643e8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ draw_parametrized_curve_with_derivative(
|
|||
) {
|
||||
double larger_dim = fmax(self->height, self->width);
|
||||
double step = 1.0 / larger_dim;
|
||||
const double min_step = 1.0 / (100 * larger_dim), max_step = step;
|
||||
const double min_step = step / 100., max_step = step;
|
||||
line_width = fmax(1., line_width);
|
||||
const double half_thickness = line_width / 2.0;
|
||||
const double distance_limit = half_thickness + thickness_fudge;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue