diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-04 11:58:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-04 11:58:41 +0200 |
| commit | 303568941753cda00f012d18f89d89e989ed8fe9 (patch) | |
| tree | dc3e0db7bdb12dc65d21fa81f5124ae2b36051d3 /Software/Graphics/circle.xaml | |
| parent | 2d0862466b92c478791f4afe9cdcf3df52d7b3de (diff) | |
| download | Tango-303568941753cda00f012d18f89d89e989ed8fe9.tar.gz Tango-303568941753cda00f012d18f89d89e989ed8fe9.zip | |
Added main background image.
Modified circle vector for brush stop edit fields.
Diffstat (limited to 'Software/Graphics/circle.xaml')
| -rw-r--r-- | Software/Graphics/circle.xaml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Software/Graphics/circle.xaml b/Software/Graphics/circle.xaml new file mode 100644 index 000000000..4b32992a4 --- /dev/null +++ b/Software/Graphics/circle.xaml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--This file is NOT compatible with Silverlight--> +<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform"> + <Canvas Name="Capa_1" Canvas.Left="0" Canvas.Top="0" Width="512.195" Height="512.195"> + <Canvas.RenderTransform> + <TranslateTransform X="0" Y="0"/> + </Canvas.RenderTransform> + <Canvas.Resources/> + <!--Unknown tag: metadata--> + <!--Unknown tag: sodipodi:namedview--> + <Canvas Name="g14"> + <Canvas Name="g12"> + <Canvas Name="g10"> + <Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path2" Fill="#000000"> + <Path.Data> + <PathGeometry Figures="" FillRule="NonZero"/> + </Path.Data> + </Path> + <Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path4" Fill="#000000"> + <Path.Data> + <PathGeometry Figures="M46.615 402.03c6.549 9.313 13.718 18.176 21.456 26.528l23.472-21.728c-6.767-7.3-13.038-15.045-18.768-23.184 L46.615 402.03z M32.007 254.83c0.178-112.07 83.047-206.811 194.096-221.904l-4.192-31.728C81.787 20.041-16.53 148.91 2.314 289.033 c3.942 29.31 12.932 57.716 26.573 83.957l28.368-14.784C40.563 326.311 31.897 290.828 32.007 254.83z" FillRule="NonZero"/> + </Path.Data> + </Path> + <Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path6" Fill="#000000"> + <Path.Data> + <PathGeometry Figures="M46.615 402.03c6.549 9.313 13.718 18.176 21.456 26.528l23.472-21.728c-6.767-7.3-13.038-15.045-18.768-23.184 L46.615 402.03z M32.007 254.83c0.178-112.07 83.047-206.811 194.096-221.904l-4.192-31.728C81.787 20.041-16.53 148.91 2.314 289.033 c3.942 29.31 12.932 57.716 26.573 83.957l28.368-14.784C40.563 326.311 31.897 290.828 32.007 254.83z M92.807 452.03c8.765 7.252 17.995 13.923 27.632 19.968l16.976-27.2c-8.448-5.292-16.535-11.139-24.208-17.504 L92.807 452.03z" FillRule="NonZero"/> + </Path.Data> + </Path> + <Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path8" Fill="#000000"> + <Path.Data> + <PathGeometry Figures="M46.615 402.03c6.549 9.313 13.718 18.176 21.456 26.528l23.472-21.728c-6.767-7.3-13.038-15.045-18.768-23.184 L46.615 402.03z M32.007 254.83c0.178-112.07 83.047-206.811 194.096-221.904l-4.192-31.728C81.787 20.041-16.53 148.91 2.314 289.033 c3.942 29.31 12.932 57.716 26.573 83.957l28.368-14.784C40.563 326.311 31.897 290.828 32.007 254.83z M92.807 452.03c8.765 7.252 17.995 13.923 27.632 19.968l16.976-27.2c-8.448-5.292-16.535-11.139-24.208-17.504 L92.807 452.03z M361.761 21.742c-22.756-10.308-46.898-17.229-71.658-20.544l-4.192 31.728 c122.555 16.88 208.221 129.915 191.341 252.469C462.017 396.001 367.656 478.501 256.007 478.83 c-31.831 0.078-63.306-6.694-92.288-19.856l-13.216 29.152c128.788 58.337 280.484 1.225 338.821-127.563 C547.661 231.775 490.549 80.079 361.761 21.742z" FillRule="NonZero"/> + </Path.Data> + </Path> + </Canvas> + </Canvas> + </Canvas> + <Canvas Name="g16"/> + <Canvas Name="g18"/> + <Canvas Name="g20"/> + <Canvas Name="g22"/> + <Canvas Name="g24"/> + <Canvas Name="g26"/> + <Canvas Name="g28"/> + <Canvas Name="g30"/> + <Canvas Name="g32"/> + <Canvas Name="g34"/> + <Canvas Name="g36"/> + <Canvas Name="g38"/> + <Canvas Name="g40"/> + <Canvas Name="g42"/> + <Canvas Name="g44"/> + </Canvas> +</Viewbox> |
