+ fixed naming (as per SVG)

This commit is contained in:
artemp 2012-08-01 17:29:22 +01:00 committed by Dane Springmeyer
parent 9b251e16f7
commit cc3cd5f63f

View file

@ -613,7 +613,7 @@ private:
}
if ( strk.dash_offset() != dfl.dash_offset() || explicit_defaults_ )
{
set_attr( node, "stroke-dash-offset", strk.dash_offset());
set_attr( node, "stroke-dashoffset", strk.dash_offset());
}
if ( ! strk.get_dash_array().empty() )
{