Skip to content

Commit

Permalink
fix origin_anchor test, sync with values in PropagateAnchorsTest.glyphs
Browse files Browse the repository at this point in the history
the inputs to the origin_anchor test are now the same as in the PropagateAnchorsTest.glyphs file and the expected results now match the observed behavior when running the built-in anchorsTraversingComponents method from within Glyphs.app macro panel.
  • Loading branch information
anthrotype committed Aug 1, 2024
1 parent b8aff92 commit ecc727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glyphs-reader/src/propagate_anchors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ mod tests {
.add_glyph("aacute", |glyph| {
glyph
.add_component("a", (0, 0))
.add_component("acutecomb", (96, -32));
.add_component("acutecomb", (116, -32));
})
.build();
propagate_all_anchors_impl(&mut glyphs);
Expand Down

0 comments on commit ecc727d

Please sign in to comment.