[cairo-bugs] [Bug 51910] Surface based patterns are drawn incorrectly when using non-default pattern matrix

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 9 07:00:47 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51910

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> 2012-07-09 14:00:47 UTC ---
Wow, that is odd.

Can you add:

  if (event->area.width == widget->allocation.width &&
      event->area.height == widget->allocation.height) {
          cairo_surface_write_to_png(cairo_get_target(cr), "out.png");
  }
to on_expose_event() and attach your out.png? I just want to confirm that you
are seeing the same oddity I am!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list