• Andrew Hodgkinson's avatar
    fetch_get_raw_data will notice if up->fetching is zero and return a 'finished'... · 3a920561
    Andrew Hodgkinson authored
    fetch_get_raw_data will notice if up->fetching is zero and return a 'finished' status rather than trying to continue reading data for the fetch. Fetches should never fall through that far but at least it will cope if they do.
    
    3D table borders are now supported. 2D borders are used if the
    inter-cell spacing is too small to fit the borders in (display resolution
    dependent) - the external table border is 2D if the internal borders are,
    else 3D. For cellspacing of 0, internal table borders must plot over the
    outer edge of pixels inside the cell; for all greater spacings, the
    borders take up all or part of the gap between them. The external border
    will always fit around the outside of the cells, including the
    cellspacing value in the gap between the outer cells and the border.
    
    Anti-alias colour for placeholder ALT text was incorrect. Fixed.
    
    I'd changed 'point' to 'points' in some of the Font Choices dialogues;
    now changed back to 'point'.
    
    The routine to find out how large an otherwise unsized object or image
    placeholder based on its ALT text has been centralised in Reformat.c,
    so that the image and object routines can both access it without
    code duplication (this means non-image objects will now have the correct
    size if they contain ALT text, rather than assuming a standard default
    size as before). ALT text in images that were also objects was never
    plotted either, though the placeholder size would have been correct.
    This has been fixed.
    3a920561
Main 1.37 KB