1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 05:22:50 +02:00

Merge branch 'develop' into feature/decoding-optimization

This commit is contained in:
Oliver Vogel
2024-01-22 19:26:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class TextModifier extends AbstractTextModifier
$line->position()->y(),
$color,
$this->font->filename(),
$line
(string) $line
);
}
} else {

View File

@@ -39,7 +39,7 @@ class TextModifier extends AbstractTextModifier
$line->position()->x(),
$line->position()->y(),
$this->font->angle(),
$line
(string) $line
);
}
}