jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3ce7aee940ac3dc0c1c38bd99efd08f5ab045da0

commit 3ce7aee940ac3dc0c1c38bd99efd08f5ab045da0
Author: Subhransu Mohanty <sub.moha...@samsung.com>
Date:   Fri Jun 24 15:16:03 2016 +0900

    svg/example: upload the correct svg file
    
    Reviewers: cedric, jpeg
    
    Reviewed By: jpeg
    
    Subscribers: cedric, jpeg
    
    Differential Revision: https://phab.enlightenment.org/D4088
---
 src/examples/edje/dst.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/edje/dst.svg b/src/examples/edje/dst.svg
index 16d1baa..bce75d8 100755
--- a/src/examples/edje/dst.svg
+++ b/src/examples/edje/dst.svg
@@ -1,5 +1,5 @@
 <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 100 100" >
-  <g transform="translate(25,25)">
+  <g transform="translate(50,50)">
     <path d="M38,-1h12v2h-12zM-38-1h-12v2h12z"/>
     <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(30)"/>
     <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(60)"/>

-- 


Reply via email to