diff -r a38a0eb007b0 -r 922662adb72a src/linetypes/subfilereference.cpp --- a/src/linetypes/subfilereference.cpp Tue Mar 15 19:48:07 2022 +0200 +++ b/src/linetypes/subfilereference.cpp Thu Apr 14 11:08:20 2022 +0300 @@ -107,20 +107,9 @@ result += "0 BFC INVERTNEXT\r\n"; } result += utility::format( - "1 %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14", + "1 %1 %2 %3", this->colorIndex.index, - this->transformation[3][0], - this->transformation[3][1], - this->transformation[3][2], - this->transformation[0][0], - this->transformation[1][0], - this->transformation[2][0], - this->transformation[0][1], - this->transformation[1][1], - this->transformation[2][1], - this->transformation[0][2], - this->transformation[1][2], - this->transformation[2][2], + this->transformToBareString(), this->referenceName); return result; }