| // SPDX-License-Identifier: LGPL-2.1-or-later | |
| namespace SketcherGui | |
| { | |
| // These functions are declared here to promote code reuse from other modules | |
| /// Scale the sketch from the current document in edit around it's origin by a factor | |
| /// and will not abort the current transaction if it fails | |
| void centerScale(double scale_factor); | |
| } // namespace SketcherGui | |