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:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user