Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Fill Rectangle Command

This draws a black 8x8 square at the top-left of the image.

{
    "fill_rect": {
        "x1": 0,
        "y1": 0,
        "x2": 8,
        "y2": 8,
        "color": "black"
    }
}