Skip to content
  • Uli Schlachter's avatar
    test: Add xcb-huge-subimage · 5fb36428
    Uli Schlachter authored
    
    
    This creates an image surface with a non-natural stride and paints it to a
    similar surface.
    
    In the xcb backend, this causes a call to _cairo_xcb_connection_put_subimage()
    which tries to send a huge PutImage request. As a result, xcb kills the X11
    connection.
    
    Signed-off-by: default avatarUli Schlachter <psychon@znc.in>
    5fb36428