• Craig Watson's avatar
    Fix saving of polygons' fill rule · 8365f2f7
    Craig Watson authored
    Up until now, the fill rule of a polygon was always saved as even-odd,
    despite the fact that in most if not all cases, polygons are drawn with
    winding fill within OpenBoard.
    Saving is now fixed, but there is no way to know upon loading whether
    the polygon was correctly saved or whether; so for now, we just set the
    fill rule to Winding when loading a polygon.
    8365f2f7
UBGraphicsPolygonItem.cpp 5.18 KB