You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare the rendering of the same Emoji in the bitmap and colr formats:
Bitmap:
COLRv1:
These are both snapshot tests within the repository (vello_tests/tests/emoji.rs).
The issue to observe is the confetti in 🎉. The top (bitmap) image shows the expected rendering (ignoring any artifacting).
The root of this drawing is DrawColorGlyphs in vello/src/scene.rs. My suspicion is that there is a mismatch with transformation handling between our code and the COLR spec.
The text was updated successfully, but these errors were encountered:
Compare the rendering of the same Emoji in the bitmap and colr formats:
Bitmap:
COLRv1:
These are both snapshot tests within the repository (
vello_tests/tests/emoji.rs
).The issue to observe is the confetti in 🎉. The top (bitmap) image shows the expected rendering (ignoring any artifacting).
The root of this drawing is
DrawColorGlyphs
invello/src/scene.rs
. My suspicion is that there is a mismatch with transformation handling between our code and the COLR spec.The text was updated successfully, but these errors were encountered: