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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -389,6 +389,7 @@ def find_t_for_x(x: int, start_t: float) -> float:
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)