D3js SVG open lines display a fill artifact, how to fix it?

后端 未结 1 653
轻奢々
轻奢々 2021-01-22 03:26

I just added French rivers_lines to my D3js generated SVG. It now display a result like :\"enter

相关标签:
1条回答
  • 2021-01-22 04:09

    You have a path without any style which seems to be the source of all the black areas. It occurs just between the lakes paths and the rivers paths.

    And it looks like this but it's much much bigger:

    <path d="M254.68465149579959,297.3979576500094L252.63102536206452,297.7622166535384L251.8095749085707,297.7622166535384...
    

    If you use Firefox and use its DOM Inspector you can point to a place on the screen and it will highlight the element so you can find the one which is causing an issue.

    0 讨论(0)
提交回复
热议问题