diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-19 23:31:25 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-19 23:31:25 +0000 |
| commit | 0afd549c4559664e33bab5d20ccdeca2ae39026f (patch) | |
| tree | 55346a8116895e0e54dd967dc7b08a4e8a2a50f5 /src/sp-path.h | |
| parent | Fix bad markup in po/vi.po (diff) | |
| download | inkscape-0afd549c4559664e33bab5d20ccdeca2ae39026f.tar.gz inkscape-0afd549c4559664e33bab5d20ccdeca2ae39026f.zip | |
Make creation of dots via Ctrl+click also possible in pen context; fill dots with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly
(bzr r4563)
Diffstat (limited to 'src/sp-path.h')
| -rw-r--r-- | src/sp-path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-path.h b/src/sp-path.h index bf294c37c..ce701d251 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -39,6 +39,8 @@ SPCurve* sp_path_get_original_curve (SPPath *path); SPCurve* sp_path_get_curve_for_edit (SPPath *path); const SPCurve* sp_path_get_curve_reference (SPPath *path); +void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char const *tool, bool randomize = false); + #endif /* |
