From 6162859727dbc101265cf0d24a27d4b845a8a3d5 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 11 May 2011 11:29:21 +0000 Subject: [PATCH] chlog++ SVN revision: 59330 --- legacy/evas/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 08d98338ba..42c387657f 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -320,9 +320,10 @@ * Fix problem with Evas engine not calling pre/post swap functions in the GL engine when using EGL/OpenGL-ES2 + * Fix SVG loader 2 phase loader having differing scale down code + for first and 2nd phase. Resulted in crash when loading some SVGs 2011-05-11 Tom Hacohen (TAsn) * Textblock: Added evas_textblock_node_format_list_get. This is very useful for edje_entry that uses anchors in the text. -