[Cuis-dev] [Change Set] SVG minor fixes
Hilaire Fernandes
hilaire at drgeo.eu
Sat Dec 4 11:08:18 PST 2021
Hi Juan,
Two minor fixes for SVG package.
Thanks
Hilaire
--
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211204/d7d43d05/attachment.htm>
-------------- next part --------------
'From Cuis 5.0 [latest update: #4997] on 4 December 2021 at 8:07:13 pm'!
!SVGCircle methodsFor: 'drawing' stamp: 'hlsf 12/4/2021 20:05:47'!
drawOn: aCanvas
aCanvas strokeWidth: self strokeWidth color: self strokeColor fillColor: self fillColor do: [
aCanvas
ellipseCenter: cx at cy radius: r at r]! !
!SVGEllipse methodsFor: 'drawing' stamp: 'hlsf 12/4/2021 20:04:52'!
drawOn: aCanvas
aCanvas strokeWidth: self strokeWidth color: self strokeColor fillColor: self fillColor do: [
aCanvas
ellipseCenter: cx at cy radius: rx at ry ]! !
More information about the Cuis-dev
mailing list