summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-27 16:51:03 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-27 16:51:03 +0200
commite724d0425352e5762998667a4fe6a066678318d7 (patch)
treed22ff1d845eaf0efe9c7e09a3738c9529593c9b3 /src
parentb843ca17d8c58689dcef1433dd1c7100394a2a83 (diff)
Update changelog
Diffstat (limited to 'src')
-rw-r--r--src/export/pdf/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/pdf/image.rs b/src/export/pdf/image.rs
index 0bdcd481..906737de 100644
--- a/src/export/pdf/image.rs
+++ b/src/export/pdf/image.rs
@@ -86,7 +86,7 @@ fn encode_image(
(data.into_inner(), Filter::DctDecode, true)
}
- // TODO: Encode flat streams with PNG-predictor?
+ // TODO: Encode flate streams with PNG-predictor?
// 8-bit gray PNG.
(RasterFormat::Png, DynamicImage::ImageLuma8(luma)) => {