mirror of https://codeberg.org/topola/topola.git
tracer: Don't tuck under inexistent bend
This commit is contained in:
parent
177b8cb231
commit
478f630a73
|
|
@ -114,7 +114,7 @@ impl<'a> Tracer<'a> {
|
|||
layer = outer;
|
||||
}
|
||||
|
||||
return self.tuck_around_bend(head, layer, width);
|
||||
return self.draw().segbend_around_bend(head, layer, width);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue