Forgot to add supersampling to rendering of filled D
This commit is contained in:
parent
e17c96b20f
commit
145ec86d3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue