forked from jan/fatamorgana
[Placement] fix writing placement
This commit is contained in:
parent
cceabe46ee
commit
93e4075d89
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue