equal
deleted
inserted
replaced
1 #summary Importing an SVG into Hedgewars |
1 #summary Importing an SVG into Hedgewars |
2 |
2 |
3 = Introduction = |
3 = Introduction = |
4 |
4 |
5 This is a quick and dirty description of convert an SVG into hedgewars HWMAP format. It is not at all pretty. Hopefully someone will make a prettier process. It currently makes use of Inkscape, vim, perl, g++ and a bit of manual labour. It looks best in 0.9.18 which makes use of the variable brush size (the examples below use the smallest size, or 16px wide) |
5 This is a quick and dirty description of converting an SVG into hedgewars HWMAP format. It is not at all pretty. Hopefully someone will make a prettier process. It currently makes use of Inkscape, vim, perl, g++ and a bit of manual labour. It looks best in 0.9.18 which makes use of the variable brush size (the examples below use the smallest size, or 16px wide) |
6 |
6 |
7 |
7 |
8 = Details = |
8 = Details = |
9 |
9 |
10 Open Inkscape. |
10 Open Inkscape. |