New callout graphics, and a script to generate them
Submitted by: David Muñoz <david@gul.es>
svn path=/head/; revision=37642
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 617 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 436 B |
BIN
share/images/callouts/16.png
Normal file
After Width: | Height: | Size: 442 B |
BIN
share/images/callouts/17.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
share/images/callouts/18.png
Normal file
After Width: | Height: | Size: 444 B |
BIN
share/images/callouts/19.png
Normal file
After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 432 B |
BIN
share/images/callouts/20.png
Normal file
After Width: | Height: | Size: 481 B |
BIN
share/images/callouts/21.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
share/images/callouts/22.png
Normal file
After Width: | Height: | Size: 466 B |
BIN
share/images/callouts/23.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
share/images/callouts/24.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
share/images/callouts/25.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
share/images/callouts/26.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
share/images/callouts/27.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
share/images/callouts/28.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
share/images/callouts/29.png
Normal file
After Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 439 B |
BIN
share/images/callouts/30.png
Normal file
After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 445 B |
8
share/images/callouts/gen.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
for i in `seq 1 30`
|
||||
do
|
||||
convert -size 101x101 xc:white -fill black -draw 'circle 50,50 50' -fill white -stroke none -pointsize 85 -gravity center -kerning -1 -font Helvetica-bold -draw "text 0,5 \"$i\"" -scale '12x12' $i.png
|
||||
done
|