Summary: |
Large gradients do not render |
Product: |
cairo
|
Reporter: |
Thibault Saunier <tsaunier> |
Component: |
general | Assignee: |
Chris Wilson <chris> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
cairo-bugs mailing list <cairo-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Demo showing the issue.
|
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.
Created attachment 112980 [details] Demo showing the issue. Trying to render a gradient that has a width > 131071 (so starting from 2^17), the gradient is not rendered at all. I attach a python app that shows the issue.