v-python

Results 31 comments of v-python
trafficstars

And if single line textsize becomes accurate with respect to the particular characters both above and below the baseline, then the baseline still needs to be exposed, and only the...

The workaround posted above is limited in usefulness: Horrendous documentation for multiline_textsize, that documents the current foolishness, so that the user can work-around it, by calculating and supply a value...

Well, neither of those workarounds quite solve the whole problem, because the baseline isn't visible to multiline_text[size], and so the height is variable, depending on the text on each line,...

See #1660 for my PillowPatch.py code, which provides reasonable text drawing capabilities for Pillow, by monkey patching them in to Pillow.

#1660 has a "monkey" patch that still works on the latest Pillow; I tried to integrate it, but having never used GitHub before, and the build system for Pillow not...

Needs to be more general that a flag for stdout. Granted the lightning talk showed potential issues with stdout and stderr, but sometimes they would be the best place. And...

Just adding some references here to other disucssion as I just became aware of this limitation. Could hardly believe that didn't support the CSS3 transparency stuff. Seems like a serious...

There was a link in one discussion I found to a tool used in DevTools of the "big 3" browsers already: https://bgrins.github.io/spectrum/ but it doesn't seem to have lab() function...

Thanks for the response. If it is not the "+", then maybe it is the later '-' sign? Or maybe it is two non-adjacent dots in the domain name? I...

Re: toolbars & scrollbars. One behavior I see on Firefox desktop is that if I move my mouse off the window, while the window is active, the toolbars and scrollbars...