Skip to main content
Module

x/imagescript/mod.ts>Image#drawCircle

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.drawCircle
import { Image } from "https://deno.land/x/imagescript@1.2.15/mod.ts";

Draws a circle at the specified coordinates with the specified radius

Parameters

x

The center x position

y

The center y position

radius

The circles radius

color