Forgot to add supersampling to rendering of filled D

This commit is contained in:
Kovid Goyal
2020-07-11 23:10:43 +05:30
parent e17c96b20f
commit 145ec86d3b

View File

@@ -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)