Skip to content

Commit 6d0d8bb

Browse files
odmirKarthikRIyer
authored andcommitted
doc: change ellipse radius parameter names in docs (#112)
1 parent b98ea24 commit 6d0d8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftPlot/Renderer.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public protocol Renderer: AnyObject{
132132

133133
/*drawSolidEllipse()
134134
*params: center c: Point,
135-
* radius rx: Float,
136-
* radius rx: Float,
135+
* radiusX rx: Float,
136+
* radiusY rx: Float,
137137
* fillColor: Color,
138138
* isOriginShifted: Bool
139139
*description: Draws an ellipse with specified fill color, center and radii

0 commit comments

Comments
 (0)