• Craig Watson's avatar
    Fix saving of strokes that were partially erased · bec0dc00
    Craig Watson authored
    This ensures that when part of a line is erased,
    `UBGraphicsStroke::isNominalLine` will no longer return true. This was
    problematic as `UBSvgSubsetAdaptor` uses this to know whether or not to
    save a stroke as polyline.
    If it saves the stroke as a polyline, then the erased portions of the stroke
    reappear after saving.
    
    Therefore, we now force saving of the stroke as a group of polygons when it
    has been partially erased.
    bec0dc00
Name
Last commit
Last update
release_scripts Loading commit data...
resources Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
C++StandardHeaderFile.txt Loading commit data...
COPYRIGHT Loading commit data...
LICENSE Loading commit data...
OpenBoard.pro Loading commit data...
README.md Loading commit data...