Skip to content

Commit 6ffdaa6

Browse files
committed
Fix missing code block terminator
1 parent 8119cb3 commit 6ffdaa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/_guides/graphics-and-animations/vector-graphics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Add the PDC file to the project resources in `package.json` with the
9595
"file": "example_image.pdc"
9696
}
9797
]
98+
```
9899

99100
Drawing a Pebble Draw Command image is just as simple as drawing a normal
100101
PNG image to a graphics context, requiring only one draw call. First, load the

0 commit comments

Comments
 (0)