+ fixed naming (as per SVG)
This commit is contained in:
parent
9b251e16f7
commit
cc3cd5f63f
1 changed files with 1 additions and 1 deletions
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue