Skip to content

Commit 6d0357b

Browse files
committed
Fix Vello rendering blurry images with a half-pixel offset
1 parent 81d0b8b commit 6d0357b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,5 @@ debug = true
237237
# Force cargo to use only one version of the dpi crate (vendoring breaks without this)
238238
dpi = { git = "https://github.com/rust-windowing/winit.git" }
239239
download-cef = { git = "https://github.com/timon-schelling/cef-rs.git", branch = "graphite" }
240+
vello = { git = "https://github.com/Keavon/vello.git", branch = "0.7.0-fix-images-rendering-blurry" }
241+
vello_encoding = { git = "https://github.com/Keavon/vello.git", branch = "0.7.0-fix-images-rendering-blurry" }

0 commit comments

Comments
 (0)