NewSignature / us-map

An interactive map of the United States using Raphaël
BSD 2-Clause "Simplified" License
279 stars 184 forks source link

Is there a way to remove the individual state borders/stroke? #36

Open nottiffanylee opened 10 years ago

nottiffanylee commented 10 years ago

I can change the color of it and the width but not get rid of the white stroke between each state. Is there a way to do this? I also tried editing the svg file thinking it was that showing through.

Thanks!

CaptainStack commented 9 years ago

Well the easy answer is to just set the stroke to the same color as the fill. Would that do what you need?

cilipe commented 9 years ago

stateStyles: {fill: '#5183CF','stroke': '#fff'}, stateHoverStyles: {fill: '#4871B0','stroke': '#fff'},