diff options
Diffstat (limited to 'src/display/nr-style.cpp')
| -rw-r--r-- | src/display/nr-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/nr-style.cpp b/src/display/nr-style.cpp index d509ced9c..58ef29a45 100644 --- a/src/display/nr-style.cpp +++ b/src/display/nr-style.cpp @@ -221,7 +221,7 @@ void NRStyle::set(SPStyle *style, SPStyle *context_style) dash_offset = style->stroke_dashoffset.computed; dash = new double[n_dash]; for (unsigned int i = 0; i < n_dash; ++i) { - dash[i] = style->stroke_dasharray.values[i].value; + dash[i] = style->stroke_dasharray.values[i].computed; } } else { dash_offset = 0.0; |
