summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14c0f86)
raw | patch | inline | side by side (parent: 14c0f86)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 10 Mar 2008 19:43:03 +0000 (19:43 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 10 Mar 2008 19:43:03 +0000 (19:43 +0000) |
src/display/nr-arena-glyphs.cpp | patch | blob | history |
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;