summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/display/nr-arena-glyphs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/nr-arena-glyphs.cpp b/src/display/nr-arena-glyphs.cpp
index f734c0a59..ad108e0a0 100644
--- a/src/display/nr-arena-glyphs.cpp
+++ b/src/display/nr-arena-glyphs.cpp
@@ -182,6 +182,7 @@ nr_arena_glyphs_update(NRArenaItem *item, NRRectL */*area*/, NRGC *gc, guint /*s
if ( glyphs->style->stroke_linejoin.computed == SP_STROKE_LINEJOIN_BEVEL ) nstyl.stroke_join=join_straight;
nstyl.stroke_miter_limit = glyphs->style->stroke_miterlimit.value;
nstyl.nbDash=0;
+ nstyl.dash_offset = 0;
nstyl.dashes=NULL;
if ( glyphs->style->stroke_dash.n_dash > 0 ) {
nstyl.nbDash=glyphs->style->stroke_dash.n_dash;