mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
Forgot to add supersampling to rendering of filled D
This commit is contained in:
@@ -389,6 +389,7 @@ def get_bezier_limits(bezier_x: BezierFunc, bezier_y: BezierFunc) -> Generator[T
|
||||
yield upper, lower
|
||||
|
||||
|
||||
@supersampled()
|
||||
def D(buf: BufType, width: int, height: int, left: bool = True) -> None:
|
||||
c1x = find_bezier_for_D(width, height)
|
||||
start = (0, 0)
|
||||
|
||||
Reference in New Issue
Block a user