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

Function ellipse

pattern/graph/__init__.py:36–39  ·  view source on GitHub ↗

Draws an ellipse at (x, y) with given fill and stroke color and stroke width.

(x, y, width, height, fill=(0,0,0,1), stroke=None, strokewidth=1)

Source from the content-addressed store, hash-verified

34 pass
35
36def ellipse(x, y, width, height, fill=(0,0,0,1), stroke=None, strokewidth=1):
37 """ Draws an ellipse at (x, y) with given fill and stroke color and stroke width.
38 """
39 pass
40
41class Text(object):
42 def __init__(self, string, **kwargs):

Callers 1

drawMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…