SVN revision: 4650
This commit is contained in:
Carsten Haitzler 2001-04-17 22:16:26 +00:00
parent f2f16a4490
commit 5d09f6f98b
2 changed files with 6 additions and 6 deletions

View File

@ -124,12 +124,12 @@ evas_resize(evas, object, 300.0, 200.0);
evas_set_image_fill(evas, object, 0.0, 0.0, 20.0, 50.0); evas_set_image_fill(evas, object, 0.0, 0.0, 20.0, 50.0);
</pre> </pre>
@:para@ @:para@
Out result would be something like this: Our result would be something like this:
@:para@ @:para@
<a href=evas_image_eg_2.html><img src=img/evas_image_eg_2_thumb.png width=80 height=80 border=1></a> <a href=evas_image_eg_2.html><img src=img/evas_image_eg_2_thumb.png width=80 height=80 border=1></a>
@:para@ @:para@
You may think "I can do this just as easily with norml X drawing primitievas You may think "I can do this just as easily with normal X drawing primitievas
and a little extra sugar thrown in" but Evas does a whole lot mroe for you. and a little extra sugar thrown in" but Evas does a whole lot more for you.
You never need to know how to render the objects or handle re-rendering You never need to know how to render the objects or handle re-rendering
them. Evas does this and optimizes it for you. it handles layering and them. Evas does this and optimizes it for you. it handles layering and
resizing, it optimizes everything to minimize CPU effort with a dynamic set of resizing, it optimizes everything to minimize CPU effort with a dynamic set of

View File

@ -229,12 +229,12 @@ evas_resize(evas, object, 300.0, 200.0);
evas_set_image_fill(evas, object, 0.0, 0.0, 20.0, 50.0); evas_set_image_fill(evas, object, 0.0, 0.0, 20.0, 50.0);
</pre> </pre>
<font face=arial,helvetica,lucida size=2><p> <font face=arial,helvetica,lucida size=2><p>
Out result would be something like this: Our result would be something like this:
<font face=arial,helvetica,lucida size=2><p> <font face=arial,helvetica,lucida size=2><p>
<a href=evas_image_eg_2.html><img src=img/evas_image_eg_2_thumb.png width=80 height=80 border=1></a> <a href=evas_image_eg_2.html><img src=img/evas_image_eg_2_thumb.png width=80 height=80 border=1></a>
<font face=arial,helvetica,lucida size=2><p> <font face=arial,helvetica,lucida size=2><p>
You may think "I can do this just as easily with norml X drawing primitievas You may think "I can do this just as easily with normal X drawing primitievas
and a little extra sugar thrown in" but Evas does a whole lot mroe for you. and a little extra sugar thrown in" but Evas does a whole lot more for you.
You never need to know how to render the objects or handle re-rendering You never need to know how to render the objects or handle re-rendering
them. Evas does this and optimizes it for you. it handles layering and them. Evas does this and optimizes it for you. it handles layering and
resizing, it optimizes everything to minimize CPU effort with a dynamic set of resizing, it optimizes everything to minimize CPU effort with a dynamic set of