We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df79d5c commit 84daafdCopy full SHA for 84daafd
core-tests/YGPixelGridRounding.cpp
@@ -1,7 +1,11 @@
1
#include <gtest/gtest.h>
2
#include <yoga/Yoga.h>
3
4
-// This tests
+// This test scrutinize next behaviours:
5
+// - pixel grid snapping in 1e4..0 coordinate range
6
+// - ability to layout nodes with smallest possible dimensions (one pixel separators)
7
+// - providing text node layout with bounds strictly larger than sized
8
+
9
TEST(YogaTest, pixel_grid_rounding_table) {
10
const float kPointScale = 3;
11
0 commit comments