Searched defs:margin (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dmain.cpp348 {"export-margin", 0,
350 N_("Only for PS/EPS/PDF, sets margin in mm around exported area (default 0)"),
1789 // if no bleed/margin is given, set to 0 (otherwise it takes the value last used from the UI)
1790 float margin = 0.; local
1792 margin = g_ascii_strtod(sp_export_margin, NULL);
1794 (*i)->set_param_float("bleed", margin);

Completed in 24 milliseconds