diff options
| author | Steren Giannini <steren.giannini@gmail.com> | 2009-12-29 15:29:29 +0000 |
|---|---|---|
| committer | Steren Giannini <steren.giannini@gmail.com> | 2009-12-29 15:29:29 +0000 |
| commit | eaa1d0779063c37b447c00a9bc19afbc9c944804 (patch) | |
| tree | 08797f714266d773d9384295bc99613ef3df484e /src/spray-context.h | |
| parent | tweak (diff) | |
| download | inkscape-eaa1d0779063c37b447c00a9bc19afbc9c944804.tar.gz inkscape-eaa1d0779063c37b447c00a9bc19afbc9c944804.zip | |
rotation and scale variation in toolbar, still need some debug
(bzr r8908.1.4)
Diffstat (limited to 'src/spray-context.h')
| -rw-r--r-- | src/spray-context.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/spray-context.h b/src/spray-context.h index f8822ce39..e8de3443b 100644 --- a/src/spray-context.h +++ b/src/spray-context.h @@ -71,12 +71,10 @@ struct SPSprayContext double width; double ratio; double tilt; - double rot_min; - double rot_max; + double rot_variation; double force; double population; - double scale_min; - double scale_max; + double scale_variation; double scale; double mean; double standard_deviation; |
