~ubuntu-branches/ubuntu/intrepid/cairo/intrepid-updates

« back to all changes in this revision

Viewing changes to test/leaky-dashed-rectangle.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-09-25 16:22:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925162233-btx61ymk181i7mcc
Tags: 1.7.6-0ubuntu1
* New upstream version. Most noticable changes are:
  - some API changes with especially the removal of
    cairo_font_options_set_lcd_filter and cairo_font_options_get_lcd_filter
  - xlib: Faster bookkeeping
  - PS: Fix gradients with non-constant alpha
  - Fix deadlock in user-font code
* debian/patches/00list: Remove 03_from_git_fix_lcd_filter_default.dpatch,
  add debian/patches/03_fix_ftbfs_withing_xcb.dpatch
* debian/libcairo2.symbols, debian/libcairo-directfb2.symbols: update
  list of symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
/* Test case for bug reported by Franz Schmid <Franz.Schmid@altmuehlnet.de>
28
28
 * http://lists.cairographics.org/archives/cairo/2008-April/013912.html
 
29
 *
 
30
 * See also: http://bugs.freedesktop.org/show_bug.cgi?id=17177
29
31
 */
30
32
 
31
33
#include "cairo-test.h"
35
37
 
36
38
static cairo_test_draw_function_t draw;
37
39
 
38
 
cairo_test_t test = {
 
40
static const cairo_test_t test = {
39
41
    "leaky-dashed-rectangle",
40
42
    "Exercises bug in which a dashed stroke leaks in from outside the surface",
41
43
    WIDTH, HEIGHT,