Skip to content

Commit

Permalink
Slightly tidy up comment on packed data
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Aug 2, 2024
1 parent 268d7d5 commit 337d044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vello/src/scene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ impl<'a> DrawGlyphs<'a> {

if !mask.is_packed {
// TODO: Error once?
log::warn!("Unpacked mask data not handled");
log::warn!("Unpacked mask data in font not yet supported");
// TODO: How do we get the font name here?
continue;
}
let alphas = mask.data.iter().flat_map(|it| {
Expand Down

0 comments on commit 337d044

Please sign in to comment.