Minor fix in debug code

xsdata-boost
Alessandro Ranellucci 2013-08-19 12:16:19 +02:00
parent 314f377d7b
commit da1b6117df
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ sub output {
);
$g->$method(
%$path,
'marker-end' => $arrows ? "" : "url(#endArrow)",
'marker-end' => !$arrows ? "" : "url(#endArrow)",
);
}
} elsif ($type =~ /^(?:(.+?)_)?points$/) {
@ -117,7 +117,7 @@ sub output {
style => {
'stroke' => $colour || 'black',
},
'marker-end' => $arrows ? "" : "url(#endArrow)",
'marker-end' => !$arrows ? "" : "url(#endArrow)",
);
}
}