Summary: | Transformation matrix gives wrong results for Postscript backend | ||
---|---|---|---|
Product: | cairo | Reporter: | Michael Wimmer <mike.wimmer> |
Component: | postscript backend | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 1.1.1 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Test program
Output of cairotest.c using transformation matrix Output of cairotest.c without using transformation matrix |
Description
Michael Wimmer
2005-11-18 00:28:48 UTC
Created attachment 3827 [details]
Test program
Code to test the Bug. Using the PS backend of cairo, it draws a diagonal line
from the lower left corner to the upper right corner of the picture, first
using
a transformation matrix and the directly. It creates two ps-files:
"test1.ps" (using the transformation matrix) and "test2.ps" without the
transformation matrix.
Created attachment 3828 [details]
Output of cairotest.c using transformation matrix
ps-file, output created with transformation matrix. The diagonal line is
shifted to the left, out of the bounding box.
Created attachment 3829 [details]
Output of cairotest.c without using transformation matrix
ps-output without using a transformation matrix. The coordinates have been
calculated manually and the ps-file shows a diagonal line as expected.
Just tested. Fixed already. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.