From 1bfbab7a9624b8f32654227cef28759e4995e324 Mon Sep 17 00:00:00 2001 From: shylie Date: Thu, 19 Jun 2025 12:32:31 -0400 Subject: [PATCH] Fix formatting for example gif --- PROJECT_RETROSPECTIVE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PROJECT_RETROSPECTIVE.md b/PROJECT_RETROSPECTIVE.md index a59fca1..fdf620d 100644 --- a/PROJECT_RETROSPECTIVE.md +++ b/PROJECT_RETROSPECTIVE.md @@ -23,10 +23,10 @@ learning through experimentation and discussion with peers. ## results In the end, the library had most of the functionality -I originally wanted. Here's an example with only 7 library calls: +I originally wanted. The library can draw up to 256 layers of icons in a grid, +with optional offsets and tints per icon. Here's an example with only 7 library calls: + ![example gif](./example.gif) -The library can draw up to 256 layers of icons in a grid, -with optional offsets and tints per icon. ## evaluation