#2: All the pretty colours
This commit is contained in:
parent
7a3200a566
commit
40f5382f64
294 changed files with 14602 additions and 5 deletions
|
|
@ -7,6 +7,6 @@ BEGIN {
|
|||
}
|
||||
{
|
||||
gsub( / /, "-", $1);
|
||||
printf( "cat Blank-pin.svg | sed 's/fill:#dddddc;/fill:%s/' > \"%s-pin.svg\"\n", tolower($2), $1);
|
||||
printf( "inkscape %s-pin.svg --export-png=%s-pin.png\n", $1, $1);
|
||||
printf( "cat Blank-pin.svg | sed 's/fill:#dddddc;/fill:%s;/' > \"%s-pin.svg\"\n", tolower($2), $1);
|
||||
printf( "inkscape %s-pin.svg --export-png=X11-%s-pin.png\n", $1, tolower($1));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue