Searched refs:copies_to_360 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.h54 BoolParam copies_to_360; member in class:Inkscape::LivePathEffect::LPECopyRotate
H A Dlpe-copy_rotate.cpp68 copies_to_360(_("360º Copies"), _("No rotation angle, fixed to 360º"), "copies_to_360", &wr, this, true),
77 registerParameter(&copies_to_360);
128 if (copies_to_360) {
134 if (fuse_paths && copies_to_360) {
154 if ( fuse_paths || copies_to_360 ) {

Completed in 22 milliseconds