Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

VectorCanvas>>ellipseCenter:radius:borderWidth:borderColor:fillColor: #189

Closed hilaire closed 3 years ago

hilaire commented 3 years ago

message #x unnecessary:

| radiusPoint | radiusPoint _ radiusPointOrNumber asPoint. self strokeWidth: morphStrokeWidth color: strokeColor fillColor: fillColor do: [ self ellipseCenter: center x radius: radiusPoint ]

jvuletich commented 3 years ago

Fixed.