[PATCH 1/2] gdi32/tests: Add framework for tests of drawing functions in paths, add test for ArcTo in paths.

Misha Koshelev mk144210 at bcm.edu
Tue Jun 19 00:00:04 CDT 2007


There are going to be a few more patches in the next couple of days to fix a Vector NTI bug related to 
ArcTo in paths (have to do with the extra PT_MOVETOs in the paths which these patches don't take care of), but
for now I thought I'd send these two out.

The first patch adds a conformance tests framework that "smartly" compares the paths created by
various drawing functions to native (see comments for more info). The second patch fixes ArcTo's
starting and ending points to conform to native.
---
 dlls/gdi32/tests/path.c |  144 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 144 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fa21bb8a70f8f1f5f4c3a512def84aa156835b85.diff
Type: text/x-patch
Size: 6465 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070619/3f20250d/fa21bb8a70f8f1f5f4c3a512def84aa156835b85-0001.bin


More information about the wine-patches mailing list