✏️
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

Ellipse

To render an ellipse, use the following command syntax:

ellipse x y width height_multiplier direction

Parameters:

  • x: The x-coordinate of the ellipse's center.

  • y: The y-coordinate of the ellipse's center.

  • width: The width in pixels of the ellipse

  • height_multiplier: The number that the width is multiplied by to get the height

  • direction: The direction that the ellipse is rotated

PreviousCutcircle

Last updated 2 months ago