diff --git a/examples/PicturePng.cpp b/examples/PicturePng.cpp
index ac7d5e6d..661fb85d 100644
--- a/examples/PicturePng.cpp
+++ b/examples/PicturePng.cpp
@@ -65,7 +65,7 @@ struct UserExample : tvgexam::Example
auto picture = tvg::Picture::gen();
if (!tvgexam::verify(picture->load(data, size, "png", "", true))) return false;
free(data);
- picture->translate(400, 0);
+ picture->translate(380, 0);
picture->scale(0.8);
canvas->push(picture);
diff --git a/examples/resources/image/test.jpg b/examples/resources/image/test.jpg
index 73a40e4c..c4411513 100644
Binary files a/examples/resources/image/test.jpg and b/examples/resources/image/test.jpg differ
diff --git a/examples/resources/image/test.png b/examples/resources/image/test.png
index af8c8660..d9f11f4c 100644
Binary files a/examples/resources/image/test.png and b/examples/resources/image/test.png differ
diff --git a/examples/resources/image/test.webp b/examples/resources/image/test.webp
index eff7ada7..79fa23d6 100644
Binary files a/examples/resources/image/test.webp and b/examples/resources/image/test.webp differ
diff --git a/examples/resources/svg/image-embeded-jpeg.svg b/examples/resources/svg/image-embeded-jpeg.svg
index c12d81a5..4b7702f6 100644
--- a/examples/resources/svg/image-embeded-jpeg.svg
+++ b/examples/resources/svg/image-embeded-jpeg.svg
@@ -1,3 +1,3 @@
\ No newline at end of file
diff --git a/examples/resources/svg/image-embeded-png.svg b/examples/resources/svg/image-embeded-png.svg
index 99238f9b..570681b1 100644
--- a/examples/resources/svg/image-embeded-png.svg
+++ b/examples/resources/svg/image-embeded-png.svg
@@ -1,3 +1,3 @@
\ No newline at end of file