From 93e4075d8902863e2c40380f833e3d9904023338 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 17 Feb 2026 00:44:56 -0800 Subject: [PATCH] [Placement] fix writing placement --- fatamorgana/records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatamorgana/records.py b/fatamorgana/records.py index f4d898c..a137b42 100644 --- a/fatamorgana/records.py +++ b/fatamorgana/records.py @@ -1434,7 +1434,7 @@ class Placement(Record): size += self.name.write(stream) # type: ignore if mm: size += write_real(stream, self.magnification) # type: ignore - if aa: + if aq: size += write_real(stream, self.angle) # type: ignore if xx: size += write_sint(stream, self.x) # type: ignore