[cairo-bugs] [Bug 22441] New: Unexpected shift with push_group and pop_group

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 23 11:27:39 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=22441

           Summary: Unexpected shift with push_group and pop_group
           Product: cairo
           Version: 1.8.6
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: pdf backend
        AssignedTo: ajohnson at redneon.com
        ReportedBy: stefan.roellin at gmx.ch
         QAContact: cairo-bugs at cairographics.org


A problem with the pdf cairo backend was found in inkscape, see bug
https://bugs.launchpad.net/inkscape/+bug/320646

The attached program reproduces this behaviour. It does basically the
following:

    draw a circle
    cairo_push_group
    draw another circle at same place as first
    cairo_pop_group_to_source
    cairo_paint_with_alpha

One would expect that both circles are shown at the same place, which is not
the case. It depends on the page size, whether the second circle is at the
correct position or not.


-- 
Configure bugmail: http://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