is to use athens "paintTransform".
We need to add
AthensCairoCanvas>>setPaintMatrix
(similiar to setPathMatrix)
and call this in
AthensCairoStrokePaint>>#athensFillPath:on:
������ self prepareForDrawingOn: aCanvas.
������
������ aCanvas
������ ������ newPath;
������ ������ loadPath: aPath;
������ ������ setPaintMatrix;������������������ "< --- new"
������ ������ stroke