Commit 7f3089f
committed
Better document multilinebaseline.
Also set its default to False instead of None. (We only check
truthiness, so False and None are equivalent.)
Also don't explicitly set the default verticalalignment in textprops to
"baseline" -- that is already the normal default of `Text`, and is thus
redundant; moreover, the old implementation would cause property
collision if "verticalalignment" (fully spelt out) was passed in
instead (basically, a call to `normalize_kwargs` was missing).
Also minor misc. docstring improvements.1 parent da66560 commit 7f3089f
1 file changed
+11
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
| 782 | + | |
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
799 | 796 | | |
800 | 797 | | |
801 | 798 | | |
802 | 799 | | |
803 | 800 | | |
804 | 801 | | |
805 | | - | |
806 | 802 | | |
807 | 803 | | |
808 | 804 | | |
| |||
826 | 822 | | |
827 | 823 | | |
828 | 824 | | |
829 | | - | |
830 | | - | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
831 | 829 | | |
832 | 830 | | |
833 | 831 | | |
| |||
0 commit comments