Browse Source

markers: remove invalid code

master
parent
commit
3f63d60f37
  1. 3
      src/markers.js

3
src/markers.js

@ -15,9 +15,6 @@ function cssStyle (style) {
if ('dashOffset' in style) {
ret += 'stroke-dashoffset: ' + style.dashOffset + ';'
}
if ('offset' in style) {
ret += 'stroke-offset: ' + style.dashOffset + ';'
}
if ('fillColor' in style) {
ret += 'fill: ' + style.fillColor + ';'
} else if ('color' in style) {

Loading…
Cancel
Save