✏️
ICN
  • Basics
    • What is icn?
    • How can i use icn?
  • Commands
    • Weight
    • Colour
    • Lines
    • Dot
    • Square
    • Cutcircle
    • Ellipse
Powered by GitBook
On this page
Edit on GitHub
  1. Commands

Square

Draws an outline of a square at the specified (x, y) position with the given width and height.

square x y width height

Example:

square 10 10 20 20

This command draws a square with the center of the square at (10, 10) and a width and height of 20.

PreviousDotNextCutcircle

Last updated 2 months ago