Summary: | cairo_copy_path converts device to user instead of backend to user | ||
---|---|---|---|
Product: | cairo | Reporter: | Benjamin Berg <benjamin> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | bugzilla, dominik.rottsches, tiagomatos |
Version: | 1.12.2 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Benjamin Berg
2012-09-10 13:37:18 UTC
commit f34b87f6d76cbea93acd4a8c73c8c6a6b412a302 Author: Chris Wilson <chris@chris-wilson.co.uk> 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 <chris@chris-wilson.co.uk> 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 <benjamin@sipsolutions.net> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.