Tim Fischer

Results 3 issues of Tim Fischer

### Description An amazing feature would be the ability to render a given image onto a dotmatrix. And to make things prettier some sort of dithering, be it Floyd-Steinberg or...

enhancement

### Description It would be nice to be able to rotate/transpose/crop/shift/etc. any give matrix. ### Code ```python from dotmatrix import Matrix m = Matrix(5, 5) print("Initial") m.polygon((0, 0), (0, 4),...

enhancement

Cetz currently doesn't support anchors whose position is relative to the properties of a nodes content—see `base*`, `mid*`, and `text` in the image below. ![grafik](https://github.com/user-attachments/assets/4ae761b1-7bc8-48d2-9626-0dce10fd4c66) (Credits to [Packt](https://web.archive.org/web/20240813122622/https://subscription.packtpub.com/book/business-and-other/9781804618233/3/ch03lvl1sec22/using-shapes-and-anchors) for the...

feature :gift: