Code

patch by Albin Sunnanbo for 168072
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 10 Mar 2008 19:43:03 +0000 (19:43 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 10 Mar 2008 19:43:03 +0000 (19:43 +0000)
src/display/nr-arena-glyphs.cpp

index f734c0a592b3309b0e8fdae4814def7086e0e624..ad108e0a0f520dbc7bbbdf12494c3a94c1e629ea 100644 (file)
@@ -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;