Skip to content

Commit 7521ca8

Browse files
committed
MC-42080: White background displaying on Product Image Watermarks for PNG type image
- Fix doc comment
1 parent c86e64a commit 7521ca8

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Image/Adapter

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Image/Adapter/Gd2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private function createWatermarkBasedOnPosition(
491491
}
492492

493493
/**
494-
* Fixes issue with transparent watermark and a non-truecolor image.
494+
* Fixes issue with watermark with transparent background and an image that is not truecolor (e.g GIF).
495495
* blending mode is allowed for truecolor images only.
496496
* @see imagealphablending()
497497
*/

0 commit comments

Comments
 (0)