[cairo-bugs] [Bug 107440] New: 1.15.12 Can't copy (paint) recording surface to another recording surface

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 1 10:09:39 UTC 2018


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

            Bug ID: 107440
           Summary: 1.15.12 Can't copy (paint) recording surface to
                    another recording surface
           Product: cairo
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: chris at chris-wilson.co.uk
          Reporter: mario.huettel at gmx.net
        QA Contact: cairo-bugs at cairographics.org

Created attachment 140910
  --> https://bugs.freedesktop.org/attachment.cgi?id=140910&action=edit
Simple program to reproduce the bug

Hello,

I've attached a program that draws some lines to a recording surface. It then
computes the size of the recording surface and prints it. This works.

After that, the program sets the surface as source and paints it onto another
recording surface. This seems not to work. The computed size of the second
surface is -1.

The ouput of the program is:
Size of surface: 4.000000 102.000000  at 0.000000  0.000000
Size of surface: -1.000000 -1.000000  at -8388608.000000  -8388608.000000

But it should be 2 times the same output:

Size of surface: 4.000000 102.000000  at 0.000000  0.000000
Size of surface: 4.000000 102.000000  at 0.000000  0.000000


Thank you very much.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20180801/d6567f0d/attachment.html>


More information about the cairo-bugs mailing list