D3 line acting as a closed path
Paths are filled by default. If you set fill
to "none" and stroke
to "black" you'll see that the path is not closed, it just appeared to be.
Working fiddle: http://jsfiddle.net/Hffks/3/
Paths are filled by default. If you set fill
to "none" and stroke
to "black" you'll see that the path is not closed, it just appeared to be.
Working fiddle: http://jsfiddle.net/Hffks/3/