Module: synfig/synfig Branch: master Commit: b3ca5d45b53ac55806f69f461569525097a77dfc URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b3ca5d45b53ac55806f69f461569525097a77dfc
Author: Carlos Lopez <[email protected]> Date: Wed Nov 3 18:38:46 2010 +0100 Fix accidental upside down of the layer geometry circle icon file. --- .../images/layer_geometry_circle_icon.sif | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-studio/images/layer_geometry_circle_icon.sif b/synfig-studio/images/layer_geometry_circle_icon.sif index 9508ed8..ea7dfdc 100644 --- a/synfig-studio/images/layer_geometry_circle_icon.sif +++ b/synfig-studio/images/layer_geometry_circle_icon.sif @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<canvas version="0.7" width="128" height="128" xres="2834.645752" yres="2834.645752" view-box="1.000000 -1.000000 -1.000000 1.000000" antialias="1" fps="30.000" begin-time="0f" end-time="0f" bgcolor="0.500000 0.500000 0.500000 1.000000"> +<canvas version="0.7" width="128" height="128" xres="2834.645752" yres="2834.645752" view-box="-1.000000 1.000000 1.000000 -1.000000" antialias="1" fps="30.000" begin-time="0f" end-time="0f" bgcolor="0.500000 0.500000 0.500000 1.000000"> <name>Synfig Studio: Layer: Circle Icon</name> <desc>Placed in the Public Domain in 2010 by Yu Chen (jcome)</desc> <meta name="grid_show" content="0"/> @@ -15,7 +15,7 @@ <b>0.000000</b> <a>1.000000</a> </color> - <canvas id="Layer" xres="2952.755900" yres="2952.755900" view-box="-1.000000 1.000000 1.000000 -1.000000" bgcolor="0.500000 0.500000 0.500000 1.000000"> + <canvas id="Layer" xres="2952.755900" yres="2952.755900" bgcolor="0.500000 0.500000 0.500000 1.000000"> <layer type="polygon" active="true" version="0.1"> <param name="z_depth"> <real value="0.0000000000"/> @@ -259,7 +259,7 @@ </vector> </param> <param name="canvas"> - <canvas width="24" height="24" xres="2952.755900" yres="2952.755900" view-box="-1.000000 1.000000 1.000000 -1.000000"> + <canvas width="24" height="24" xres="2952.755900" yres="2952.755900"> <layer type="SolidColor" active="false" version="0.1"> <param name="z_depth"> <real value="0.0000000000"/> @@ -473,7 +473,7 @@ </vector> </param> <param name="canvas"> - <canvas width="24" height="24" view-box="-1.000000 1.000000 1.000000 -1.000000"> + <canvas width="24" height="24"> <layer type="circle" active="true" version="0.1" desc="Circle056"> <param name="z_depth"> <real value="0.0000000000"/> ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
