Antialiasing works with transparent background

This commit is contained in:
2025-05-22 09:17:15 -07:00
parent 64fe7ec941
commit 3bcccb2e87
3 changed files with 14 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ impl Circle {
impl Drawable for Circle {
fn update(&mut self) {
self.x += 1;
// self.x += 1;
}
fn draw(&self, buffer: &wl_buffer, shm_pool: &mut ShmPool) {