Skip to content

roundedcorners: Misc improvements

commit 7232924739282e48ca527cc6bbda90373bbb5463 (HEAD -> rounded-corners-dont-panic, philn/rounded-corners-dont-panic)
Author: Philippe Normand <philn@igalia.com>
Date:   Thu Jun 30 17:50:40 2022 +0100

    roundedcorners: Ensure alpha_mem is mutable when updating radius
    
    The `get_mut()` function can return None when the memory is not writable, so
    instead, make sure the memory is writable by using `make_mut()`.
    
    Fixes #214

commit c6034f914782df69200eee67d7b608faccb2d63d
Author: Philippe Normand <philn@igalia.com>
Date:   Thu Jun 30 17:32:12 2022 +0100

    roundedcorners: Logging improvement
    
    Cache the new border radius only after logging it, otherwise the same value
    appears as old and new.
Edited by Philippe Normand

Merge request reports