MCPcopy Index your code
hub / github.com/clips/pattern / ellipse

Function ellipse

pattern/canvas.js:1981–1988  ·  view source on GitHub ↗
(x, y, width, height, options)

Source from the content-addressed store, hash-verified

1979}
1980
1981function ellipse(x, y, width, height, options) {
1982 /* Draws an ellipse with the center located at x, y.
1983 * The current stroke, strokewidth, strokestyle and fill color are applied.
1984 */
1985 var p = new Path();
1986 p.ellipse(x, y, width, height);
1987 p.draw(options);
1988}
1989
1990var oval = ellipse;
1991

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…