what do you think?(similiar to setPathMatrix)We need to addis to use athens "paintTransform".A much easier solution than the one I suggested inAs described in the above 2 threads, it is possible to draw an ellipse(https://code.google.com/p/moose-technology/issues/detail?id=1097)drawing an ellipse by drawing a non-uniform-scaled circlein Roassal2, ellipse shapes always use a small 1px border
works, but the border is scaled as well.
with uniform border with cairo, and it is possible to do this
with athens, although athens does not provide this as a public api.
https://code.google.com/p/moose-technology/issues/detail?id=1097
AthensCairoCanvas>>setPaintMatrix
and call this in
AthensCairoStrokePaint>>#athensFillPath:on:
������ self prepareForDrawingOn: aCanvas.
������
������ aCanvas
������ ������ newPath;
������ ������ loadPath: aPath;
������ ������ setPaintMatrix;������������������ "< --- new"
������ ������ stroke
Nicolai