Comment 11 for bug 1043769

Revision history for this message
In , Chris Wilson (ickle) wrote :

commit f34b87f6d76cbea93acd4a8c73c8c6a6b412a302
Author: Chris Wilson <email address hidden>
Date: Mon Sep 10 15:09:18 2012 +0100

    path: Convert from backend coordinates back into user coordinates

    Fixes regression from commit 83bfd85a1378e61b8bdc3f554f5e07900311f61f
    Author: Chris Wilson <email address hidden>
    Date: Fri Apr 23 19:45:26 2010 +0100

        Implement cairo_backend_t

    As there exists no public API to perform the operation we needed, and we
    failed to create one, the constructed path failed to correctly remove
    the device offset.

    Fixes copy-path under device translation.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54732
    Reported-by: Benjamin Berg <email address hidden>
    Signed-off-by: Chris Wilson <email address hidden>