diff --git a/README.md b/README.md index 8609f4e..e6a0d60 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ The goal of this version is to provide a light, fast, and modern graphical tool while keeping the same API. +

+ drawing +

+ ## 🖥️ Installation ### Dependencies diff --git a/res/screenshot_test.png b/res/screenshot_test.png new file mode 100644 index 0000000..32af8ab Binary files /dev/null and b/res/screenshot_test.png differ diff --git a/src/renderer/text_pipeline.cpp b/src/renderer/text_pipeline.cpp index d8e1f0d..7f6866b 100644 --- a/src/renderer/text_pipeline.cpp +++ b/src/renderer/text_pipeline.cpp @@ -6,7 +6,7 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/04/06 16:41:13 by maldavid #+# #+# */ -/* Updated: 2023/11/24 19:03:50 by maldavid ### ########.fr */ +/* Updated: 2023/11/25 10:40:39 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ @@ -103,7 +103,7 @@ namespace mlx return; } std::ifstream::pos_type fileSize = std::filesystem::file_size(filepath); - file.seekg(0, std::ios::beg); + file.seekg(0, std::ios::beg); std::vector bytes(fileSize); file.read(reinterpret_cast(bytes.data()), fileSize); file.close(); diff --git a/test/main.c b/test/main.c index f00d81a..7a9b41c 100644 --- a/test/main.c +++ b/test/main.c @@ -6,7 +6,7 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/10/04 17:55:21 by maldavid #+# #+# */ -/* Updated: 2023/11/25 10:29:56 by maldavid ### ########.fr */ +/* Updated: 2023/11/25 10:40:28 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */