You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized that screenshots are truncated (the image height is not high enough to cover the entire text) for some font sizes. For example I have no problem with 10, but 12 is truncated.
Removing the :height attribute used in screenshot--format-text-only-buffer and screenshot--narrowed-clone-buffer fixes the problem. Of course in that case the text in the temporary buffer uses the font size of the original buffer.
I have no idea what could cause this issue, but you might have an idea :)
The text was updated successfully, but these errors were encountered:
I just realized that screenshots are truncated (the image height is not high enough to cover the entire text) for some font sizes. For example I have no problem with 10, but 12 is truncated.
Removing the
:height
attribute used inscreenshot--format-text-only-buffer
andscreenshot--narrowed-clone-buffer
fixes the problem. Of course in that case the text in the temporary buffer uses the font size of the original buffer.I have no idea what could cause this issue, but you might have an idea :)
The text was updated successfully, but these errors were encountered: