[RenderStep] fix mirroring a planned path

This commit is contained in:
Jan Petykiewicz 2026-03-31 17:11:26 -07:00
commit 707a16fe64
2 changed files with 13 additions and 2 deletions

View file

@ -85,8 +85,8 @@ class RenderStep:
new_start = self.start_port.copy()
new_end = self.end_port.copy()
new_start.mirror(axis)
new_end.mirror(axis)
new_start.flip_across(axis=axis)
new_end.flip_across(axis=axis)
return RenderStep(
opcode = self.opcode,