mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ fixed naming (as per SVG)
This commit is contained in:
parent
9b251e16f7
commit
cc3cd5f63f
@ -613,7 +613,7 @@ private:
|
|||||||
}
|
}
|
||||||
if ( strk.dash_offset() != dfl.dash_offset() || explicit_defaults_ )
|
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() )
|
if ( ! strk.get_dash_array().empty() )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user