basemap
basemap copied to clipboard
Add tests for Issue #493: PDF output with linewidth=0
This PR adds two tests to verify rendering behavior when using linewidth=0 in Basemap plots:
test_lines_zero_width.py: ensures lines still render without visual corruption. test_pdf_output.py: checks that PDF output remains compatible across viewers like Adobe and Okular.
Fixes #493.