Skip to content

Commit 8197cb7

Browse files
author
Artyom Yanchevsky
committed
Remove redundant todo from deprecated method
DEVSIX-5185
1 parent b611c02 commit 8197cb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/PdfCanvas.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,6 @@ public PdfXObject addImageAt(ImageData image, float x, float y, boolean asInline
20692069
public PdfXObject addImage(ImageData image, float x, float y, float width, boolean asInline) {
20702070
if (image.getOriginalType() == ImageType.WMF) {
20712071
WmfImageHelper wmf = new WmfImageHelper(image);
2072-
// TODO add matrix parameters
20732072
PdfXObject xObject = wmf.createFormXObject(document);
20742073
addImageWithTransformationMatrix(xObject, width, 0, 0, width, x, y);
20752074
return xObject;

0 commit comments

Comments
 (0)