• Craig Watson's avatar
    Added stroke simplification algorithm · df71f158
    Craig Watson authored
    If enabled in the preferences menu, pen and marker strokes will be
    replaced by a simplified stroke after they are drawn.
    
    The algorithm is very basic (for now): if three points are almost lined
    up (the threshold angle can be specified in the config file), then the
    middle one is removed. This is repeated over the whole stroke; new
    polygons are then generated based on the simplified stroke points.
    
    This typically cuts down on number of points and polygons by a factor of
    about 10, while having minimal visual impact.
    df71f158
Name
Last commit
Last update
..
blackoutWidget.ui Loading commit data...
brushProperties.ui Loading commit data...
capturePublishing.ui Loading commit data...
documents.ui Loading commit data...
intranetPodcastPublishingDialog.ui Loading commit data...
mainWindow.ui Loading commit data...
preferences.ui Loading commit data...
trapFlash.ui Loading commit data...
youTubePublishingDialog.ui Loading commit data...