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
Before, the subsliced line will only be made if it's sufficiently
smaller than before. However, when zooming out after zooming in,
it may actually be *larger* than before. Rather than tracking which is
occurring, it's best to just always remake -- it doesn't seem to be an
important optimization anyway.
0 commit comments