Wiki page basic_concepts changed with summary [fix typo] by Jee-Yong Um

This commit is contained in:
Jee-Yong Um 2016-03-09 01:09:47 -08:00 committed by apache
parent f7369a34bb
commit 49d10f15bd
1 changed files with 2 additions and 2 deletions

View File

@ -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 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 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; 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 [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; 0.100)'', 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. 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 The way to refer to the pixel right before is to set the ''rel2'' bound to