diff options
author | Subhransu Mohanty <sub.mohanty@samsung.com> | 2016-06-24 15:16:03 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-24 15:16:03 +0900 |
commit | 3ce7aee940ac3dc0c1c38bd99efd08f5ab045da0 (patch) | |
tree | bf3bf9fc2044a700b8752591d588e0925c47c6a0 /src/examples | |
parent | 48d3abf84bdf355fb62a6db745e908cbd8ded1c0 (diff) |
svg/example: upload the correct svg file
Reviewers: cedric, jpeg
Reviewed By: jpeg
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4088
Diffstat (limited to 'src/examples')
-rwxr-xr-x | src/examples/edje/dst.svg | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" > | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" > |
2 | <g transform="translate(25,25)"> | 2 | <g transform="translate(50,50)"> |
3 | <path d="M38,-1h12v2h-12zM-38-1h-12v2h12z"/> | 3 | <path d="M38,-1h12v2h-12zM-38-1h-12v2h12z"/> |
4 | <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(30)"/> | 4 | <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(30)"/> |
5 | <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(60)"/> | 5 | <path d="M40,-1h8v2h-8zM-40-1h-8v2h8z" transform="rotate(60)"/> |