From eb4a90808824beeb2751a70f7ca55c87d7f3553a Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Wed, 14 Jan 2026 18:16:28 +0100 Subject: [PATCH] Fix missing code block terminator Signed-off-by: Morten Fyhn Amundsen --- source/_guides/graphics-and-animations/vector-graphics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_guides/graphics-and-animations/vector-graphics.md b/source/_guides/graphics-and-animations/vector-graphics.md index ff5f01d..2b3cf0d 100644 --- a/source/_guides/graphics-and-animations/vector-graphics.md +++ b/source/_guides/graphics-and-animations/vector-graphics.md @@ -95,6 +95,7 @@ Add the PDC file to the project resources in `package.json` with the "file": "example_image.pdc" } ] +``` Drawing a Pebble Draw Command image is just as simple as drawing a normal PNG image to a graphics context, requiring only one draw call. First, load the