-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinkscapeEmbrTut.php
54 lines (43 loc) · 2.07 KB
/
inkscapeEmbrTut.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?php
/*
Copyright: Ellen Wasbø 2013 http://svg2embr.wasbo.net
This file is part of svg2embroidery.
svg2embroidery is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
svg2embroidery is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with svg2embroidery. If not, see <http://www.gnu.org/licenses/>.
*/
$tutcode='
<div class="imgtut">
<a href="index.php?page=tut&name=size"><img src="tut/size.png" alt="Size"/></a>
<div class="desc">Get the size and dimensions right.</div>
</div>
<div class="imgtut">
<a href="index.php?page=tut&name=trace"><img src="tut/trace.png" alt="Converting fram raster image to vector graphics"/></a>
<div class="desc">How to trace a raster image to create vector grafics using Inkscape.</div>
</div>
<div class="imgtut">
<a href="index.php?page=tut&name=order"><img src="tut/order.png" alt="Path order and direction"/></a>
<div class="desc">Get the path order and direction right to minimize jump stitches. This tutorial demonstrates
available tools in Inkscape to help you control this.</div>
</div>
<div class="imgtut">
<a href="index.php?page=tut&name=zigzag"><img src="tut/zigzag.png" alt="Regular zigzag"/></a>
<div class="desc">How to convert a path to a regular zigzag path using Inkscape.</div>
</div>
<div class="imgtut">
<a href="index.php?page=tut&name=fill"><img src="tut/fill.png" alt="Fill"/></a>
<div class="desc">How to create fill stitch using Inkscape.</div>
</div>
<div class="imgtut">
<a href="index.php?page=tut&name=satin"><img src="tut/satin.png" alt="Satin stitch"/></a>
<div class="desc">How to create satin stitch using Inkscape.</div>
</div>
';
?>