diff --git a/pages/program_guide/edje/basic_concepts.txt b/pages/program_guide/edje/basic_concepts.txt index 4450422e4..c64d9e14f 100644 --- a/pages/program_guide/edje/basic_concepts.txt +++ b/pages/program_guide/edje/basic_concepts.txt @@ -320,8 +320,8 @@ move. With this, the pixel addressed through ''relative: 0.75 0.75; offset: 0 This comes from a design choice in Evas and Edje which favor simplicity. In the examples shown in this guide, there are 4 pixels and therefore when the ''[0; 1)'' range is divided in 4, the result is ''[0; 0.25), [0.25; 0.50), -[0.50; 0.75), [0.75; 0.100)''. With Edje, the value used to refer to each -segment is the left bound and therefore, 0.75 refers to ''[0.75; 0.100)'', +[0.50; 0.75), [0.75; 1.00)''. With Edje, the value used to refer to each +segment is the left bound and therefore, 0.75 refers to ''[0.75; 1.00)'', i.e. the bottom-right pixel of the green rectangle and not the 3/4th one. The way to refer to the pixel right before is to set the ''rel2'' bound to