Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-04 15:46:21 -07:00
parent f769322c8f
commit 136fad95aa
4 changed files with 75 additions and 60 deletions

View File

@ -479,7 +479,7 @@ async fn inner_angled_line(
)
.await?;
let current_path = Path::ToPoint {
let current_path = Path::AngledLine {
base: BasePath {
from: from.into(),
to,