Yes, I am. Right now it is larger than the stroke of the states themselves. I can play around with the stroke before zooming successfully, but not after.
Both the states and Canada + Mexico (the Bahamas are part of the same path by the way) have the border class.
I fixed it! It was tricky, but I found the issues. There were many problems with the svg:
1.) The scale x was at 0.26458, it has to be 1.0. You can change this by doing Ctrl Shift D
2.) You had too many groups, which caused some state borders to look odd. I removed all the groups except for DC
3.) The reason why the country borders looked a bit weird when zooming in was because the class was incorrect. In order for it to work correctly, and this might sound a bit weird, you need to also give these the state border class, even though they're not states. I.e. for Mexico I gave it the class 'state border MX'.
4.) This isn't an error, but I tweaked the CSS a bit
Also I don't know if you approve of this change, but I added a border around the entire map because the map was looking a bit ugly. If you want me to remove this border/make it less thick, please tell me
I've added the map to your quiz but only the owner (you) can resubmit, so be sure to do that!
Both the states and Canada + Mexico (the Bahamas are part of the same path by the way) have the border class.
If possible, could you explain how to fix it for when it happens in the future?
1.) The scale x was at 0.26458, it has to be 1.0. You can change this by doing Ctrl Shift D
2.) You had too many groups, which caused some state borders to look odd. I removed all the groups except for DC
3.) The reason why the country borders looked a bit weird when zooming in was because the class was incorrect. In order for it to work correctly, and this might sound a bit weird, you need to also give these the state border class, even though they're not states. I.e. for Mexico I gave it the class 'state border MX'.
4.) This isn't an error, but I tweaked the CSS a bit
Also I don't know if you approve of this change, but I added a border around the entire map because the map was looking a bit ugly. If you want me to remove this border/make it less thick, please tell me
I've added the map to your quiz but only the owner (you) can resubmit, so be sure to do that!