diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-04-11 03:23:46 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-04-11 03:23:46 +0000 |
| commit | b009abd66fe6f6bc0d8d693cee54902c32f13d69 (patch) | |
| tree | 4fccbad01c5ddf406a1b198c149d4a2805496ab3 /src/dyna-draw-context.h | |
| parent | update statusbar message for calligraphy (diff) | |
| download | inkscape-b009abd66fe6f6bc0d8d693cee54902c32f13d69.tar.gz inkscape-b009abd66fe6f6bc0d8d693cee54902c32f13d69.zip | |
tracking guide with ctrl; tracing background; thinning/thickening with alt; also home/end for width, shift+drawing to unionize, decrease tolerance, add comments
(bzr r2853)
Diffstat (limited to 'src/dyna-draw-context.h')
| -rw-r--r-- | src/dyna-draw-context.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dyna-draw-context.h b/src/dyna-draw-context.h index 72940ac44..71fc40f8c 100644 --- a/src/dyna-draw-context.h +++ b/src/dyna-draw-context.h @@ -106,6 +106,21 @@ struct SPDynaDrawContext /** newly created object remain selected */ bool keep_selected; + + double hatch_spacing; + SPItem *hatch_item; + Path *hatch_livarot_path; + std::list<double> hatch_nearest_past; + std::list<double> hatch_pointer_past; + NR::Point hatch_last_nearest, hatch_last_pointer; + NR::Point hatch_vector_accumulated; + bool hatch_escaped; + SPCanvasItem *hatch_area; + + bool trace_bg; + + bool is_dilating; + SPCanvasItem *dilate_area; }; struct SPDynaDrawContextClass |
