mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Merge branch 'fix-node-glyphs' into 'master'
gsk: Fix serialization of glyphs Closes #3496 See merge request GNOME/gtk!2982
This commit is contained in:
commit
478d1f71e3
6
testsuite/gsk/nodeparser/text.node
Normal file
6
testsuite/gsk/nodeparser/text.node
Normal file
@ -0,0 +1,6 @@
|
||||
text {
|
||||
color: rgb(50,50,50);
|
||||
font: "Cantarell 11";
|
||||
glyphs: "N", 430 5, 406 8, 417 7, 772 4, 783 5, 783 5, 793 6 0 0 same-cluster;
|
||||
offset: 0 32.0186;
|
||||
}
|
6
testsuite/gsk/nodeparser/text.ref.node
Normal file
6
testsuite/gsk/nodeparser/text.ref.node
Normal file
@ -0,0 +1,6 @@
|
||||
text {
|
||||
color: rgb(50,50,50);
|
||||
font: "Cantarell 11";
|
||||
glyphs: "N", 430 5, 406 8, 417 7, 772 4, 783 5, 783 5, 793 6 0 0 same-cluster;
|
||||
offset: 0 32.0186;
|
||||
}
|
Loading…
Reference in New Issue
Block a user