diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-08 20:29:15 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-08 20:29:15 +0000 |
| commit | 645905ac69b7f2ef4515bd56c59c73af27854b9b (patch) | |
| tree | 9b4e64e0925075a3c98e4806c5e5623bc32b579c /src/eraser-context.cpp | |
| parent | render glyphs using 2geom pathvector instead of artbpath of font-glyph (diff) | |
| download | inkscape-645905ac69b7f2ef4515bd56c59c73af27854b9b.tar.gz inkscape-645905ac69b7f2ef4515bd56c59c73af27854b9b.zip | |
fix calligraphy and erasertools bugs introduced by rev19197
(bzr r6237)
Diffstat (limited to 'src/eraser-context.cpp')
| -rw-r--r-- | src/eraser-context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eraser-context.cpp b/src/eraser-context.cpp index 6cfd915ef..8c542ebd3 100644 --- a/src/eraser-context.cpp +++ b/src/eraser-context.cpp @@ -888,11 +888,11 @@ accumulate_eraser(SPEraserContext *dc) dc->accumulated->append(dc->cal1, FALSE); - add_cap(dc->accumulated, (*dc_cal1_lastseg)[2], (*dc_cal1_lastseg)[3], (*rev_cal2_firstseg)[3], (*rev_cal2_firstseg)[1], dc->cap_rounding); + add_cap(dc->accumulated, (*dc_cal1_lastseg)[2], (*dc_cal1_lastseg)[3], (*rev_cal2_firstseg)[0], (*rev_cal2_firstseg)[1], dc->cap_rounding); dc->accumulated->append(rev_cal2, TRUE); - add_cap(dc->accumulated, (*rev_cal2_lastseg)[2], (*rev_cal2_lastseg)[3], (*dc_cal1_firstseg)[3], (*dc_cal1_firstseg)[1], dc->cap_rounding); + add_cap(dc->accumulated, (*rev_cal2_lastseg)[2], (*rev_cal2_lastseg)[3], (*dc_cal1_firstseg)[0], (*dc_cal1_firstseg)[1], dc->cap_rounding); dc->accumulated->closepath(); |
