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);
</pre>
@:para@
Out result would be something like this:
Our result would be something like this:
@:para@
<a href=evas_image_eg_2.html><img src=img/evas_image_eg_2_thumb.png width=80 height=80 border=1></a>
@:para@
You may think "I can do this just as easily with norml X drawing primitievas
and a little extra sugar thrown in" but Evas does a whole lot mroe for you.
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 more for you.
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
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);
</pre>
<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>
<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>
You may think "I can do this just as easily with norml X drawing primitievas
and a little extra sugar thrown in" but Evas does a whole lot mroe for you.
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 more for you.
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
resizing, it optimizes everything to minimize CPU effort with a dynamic set of