Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/_guides/graphics-and-animations/vector-graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down