Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-05 | [pattern] Split the translation between the matrix and [xy]_offset | Chris Wilson | 1 | -0/+0 | |
pixman limits the src] co-ordinates (and thus [xy]_offset] to 16bits, so we need to be careful how much of the translation vector to push into [xy]_offset. Since the range is the same for both, split the integer component between the matrix and the offset. test/scale-offset* now at least shows the source image, even if it is misplaced. | |||||
2008-11-05 | [test] Add scale-offset-(similar|image) | Chris Wilson | 1 | -0/+0 | |
Add a test case for the scaling bug reported by Michel Iwaniec: http://lists.cairographics.org/archives/cairo/2008-November/015660.html |