We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98ea24 commit 6d0d8bbCopy full SHA for 6d0d8bb
Sources/SwiftPlot/Renderer.swift
@@ -132,8 +132,8 @@ public protocol Renderer: AnyObject{
132
133
/*drawSolidEllipse()
134
*params: center c: Point,
135
- * radius rx: Float,
136
+ * radiusX rx: Float,
+ * radiusY rx: Float,
137
* fillColor: Color,
138
* isOriginShifted: Bool
139
*description: Draws an ellipse with specified fill color, center and radii
0 commit comments