2#ifndef INKSCAPE_LPE_CURVESTITCH_H
3#define INKSCAPE_LPE_CURVESTITCH_H
25namespace LivePathEffect {
void resetDefaults(SPItem const *item) override
Sets all parameters to their default values and writes them to SVG.
Geom::PathVector doEffect_path(Geom::PathVector const &path_in) override
LPECurveStitch(const LPECurveStitch &)=delete
~LPECurveStitch() override
LPECurveStitch & operator=(const LPECurveStitch &)=delete
RandomParam endpoint_spacing_variation
RandomParam startpoint_spacing_variation
RandomParam endpoint_edge_variation
bool doOnOpen(SPLPEItem const *lpeitem) override
Is performed on load document or revert If the item is fixed legacy return true.
RandomParam startpoint_edge_variation
Base class for visual SVG elements.
Helper class to stream background task notifications as a series of messages.