[Cuis-dev] VectorGraphics issue?
Hilaire Fernandes
hfern at free.fr
Sat Sep 5 13:21:32 PDT 2026
I observe this issue since last update. The area is not painted as
expected and there is an unsolicited black border.
| icon canvas iconExtent |
iconExtent := 50 @ 50.
icon := Form extent: iconExtent depth: 32.
canvas := VectorCanvas onForm: icon.
canvas fillColor: `Color white alpha: 0.5` do: [
canvas moveTo: 0 at 0;
lineTo: iconExtent x @0;
lineTo: 0 @ iconExtent y;
lineTo: 0 at 0].
icon
--
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260905/babb32b1/attachment.htm>
More information about the Cuis-dev
mailing list