Missing entries
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 May 2012 21:46:56 +0000 (21:46 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 May 2012 21:46:56 +0000 (21:46 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@71181 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS

index 1c18991..cddbb9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2012-05-14 Sanghee Park
 
-       * Add Multisample Anti-Anliased surface format for Evas GL. 
+       * Add Multisample Anti-Anliased surface format for Evas GL.
         The formats are divided into High, Med, Low, None, where High represent
         max number of samples.  Currently, this feature is only supported in GLES2
         environment with GL_IMG_multisampled_render_to_texture extension supported.
+
+2012-05-16 Vincent Torri
+
+       * Use Esvg for svg rendering. If not found, librsvg is still used.
diff --git a/NEWS b/NEWS
index 6122a83..498392e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Improvements:
 
 Fixes:
    * Add missing files in the tarball.
+   * Add svg rendering with Esvg
 
 Removal:
    * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE.