Please fill in your username and password below, and press "Continue" to log in.
If you have not already registered, please use the "Register new account" tab to do so.
Fix bug #422: Crash: map_cairo_image(): Assertion failed
There weren't any checking of the status of the cairo_surface_t when reading the image from file. This commit adds it and fixes the bug.
Fix bug #422: Crash: map_cairo_image(): Assertion failed
There weren't any checking of the status of the cairo_surface_t when reading the image from file. This commit adds it and fixes the bug.
Fix bug #395 - Cubic and Linar sampling fails in CairoSurface.
The cubic subsampling still having minor render artifacts on Curve warp layer. On the other hand Warp layer cubic sampling is fine.
Fix bug #384: Blur layer is broken in tile mode and Cairo.
the horizontal and vertical box blurs, used in Fast Gaussian, Box, and Cross blurs, didn't take in consideration to convert the value types to accumulator types when doing the operations for blur.