Summary: | ImageSurface.create_for_data: wrong default stride for FORMAT_RGB24 | ||
---|---|---|---|
Product: | pycairo | Reporter: | Scott Shedden <scott.shedden> |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Scott Shedden
2006-01-17 10:42:41 UTC
Fix applied to CVS. * cairo/pycairo-surface.c (image_surface_create_for_data): for CAIRO_FORMAT_RGB24 set stride = width * 4 (not 3), fixes bug #5633 Closing bug (forgot to close when added last message). |
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.