1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Merge branch 'develop' into feature/blending-color

This commit is contained in:
Oliver Vogel
2024-01-08 11:45:18 +01:00

View File

@@ -27,6 +27,7 @@ class TextModifier extends AbstractTextModifier
foreach ($image as $frame) {
if ($this->font->hasFilename()) {
foreach ($lines as $line) {
imagealphablending($frame->native(), true);
imagettftext(
$frame->native(),
$this->adjustedFontSize(),