Age | Commit message (Collapse) | Author |
|
Previously the painter would crash if scaling was enabled.
|
|
Regression from ab794a199b58415ed283b3e6a4b71097a8656725.
|
|
This improves the appearance of anti-aliased lines significantly.
|
|
Follows the efficient algorithm from this paper:
https://cs.uwaterloo.ca/research/tr/1984/CS-84-38.pdf
Can be extended ellipses in future.
|
|
This makes them significantly more nicer-looking, and fixes a FIXME :^)
|
|
This is still quite bad, but it's much more pleasing to look at when
drawing random SVGs :^)
|
|
This can currently draw AA lines (and by proxy, AA paths), and passes
all its output through a 2D affine transform to an underlying
Gfx::Painter.
|