Commit 2bdd685
Honor RGBA alpha in render_labels, aligning with points/shapes behavior
Change fill_alpha default from 0.4 to None so that _type_check_params
can extract the alpha from an RGBA color tuple, matching how points and
shapes already handle this.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9e4e3c0 commit 2bdd685
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | | - | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
694 | 695 | | |
695 | 696 | | |
696 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2270 | 2270 | | |
2271 | 2271 | | |
2272 | 2272 | | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
2273 | 2276 | | |
2274 | 2277 | | |
2275 | 2278 | | |
| |||
2427 | 2430 | | |
2428 | 2431 | | |
2429 | 2432 | | |
2430 | | - | |
| 2433 | + | |
2431 | 2434 | | |
2432 | 2435 | | |
2433 | 2436 | | |
| |||
0 commit comments