1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-18 23:02:57 +00:00

Formatted source in a better way

This commit is contained in:
Knut Ahlers 2015-05-25 16:11:59 +02:00
parent 6ba36aeb82
commit 350c858160
2 changed files with 45 additions and 43 deletions

View File

@ -1,20 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="{{ .Width }}" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1" />
<stop offset="1" stop-opacity=".1" />
<stop offset="1" stop-opacity=".1" />
</linearGradient>
<mask id="a">
<rect width="{{ .Width }}" height="20" rx="3" fill="#fff" />
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0 h{{ .TitleWidth }} v20 H0 z" />
<path fill="#{{ .Color }}" d="M{{ .TitleWidth }} 0 H{{ .Width }} v20 H{{ .TitleWidth }} z" />
<path fill="url(#b)" d="M0 0 h{{ .Width }} v20 H0 z" />
<path fill="#555" d="M0 0 h{{ .TitleWidth }} v20 H0 z" />
<path fill="#{{ .Color }}" d="M{{ .TitleWidth }} 0 H{{ .Width }} v20 H{{ .TitleWidth }} z" />
<path fill="url(#b)" d="M0 0 h{{ .Width }} v20 H0 z" />
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="{{ .TitleAnchor }}" y="15" fill="#010101" fill-opacity=".3">{{ .Title }}</text>
<text x="{{ .TitleAnchor }}" y="14">{{ .Title }}</text>
<text x="{{ .TextAnchor }}" y="15" fill="#010101" fill-opacity=".3">{{ .Text }}</text>
<text x="{{ .TextAnchor }}" y="14">{{ .Text }}</text>
<text x="{{ .TitleAnchor }}" y="14" >{{ .Title }}</text>
<text x="{{ .TextAnchor }}" y="15" fill="#010101" fill-opacity=".3">{{ .Text }}</text>
<text x="{{ .TextAnchor }}" y="14" >{{ .Text }}</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -27,42 +27,44 @@ func bindata_read(data []byte, name string) ([]byte, error) {
func assets_badgetemplate_tpl() ([]byte, error) {
return bindata_read([]byte{
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x00, 0xff, 0x9c, 0x93,
0x51, 0x6f, 0xd3, 0x30, 0x10, 0xc7, 0xdf, 0xf7, 0x29, 0x4e, 0x37, 0x21,
0x31, 0xa9, 0xad, 0x9d, 0x76, 0x7d, 0x41, 0x71, 0x25, 0x04, 0xd2, 0x78,
0xe1, 0x09, 0x34, 0x9e, 0x9d, 0xc6, 0x4e, 0x0c, 0xae, 0x53, 0xd9, 0x5e,
0x93, 0x6d, 0xda, 0x77, 0xc7, 0x76, 0xb2, 0x26, 0x50, 0x2a, 0x0a, 0xea,
0x43, 0x2f, 0xd7, 0xfb, 0xff, 0xee, 0x7f, 0x77, 0x4d, 0xee, 0x0e, 0x15,
0x74, 0x3b, 0x6d, 0x1c, 0xc3, 0xda, 0xfb, 0xfd, 0x3b, 0x42, 0xda, 0xb6,
0x5d, 0xb4, 0xab, 0x45, 0x63, 0x2b, 0xb2, 0xa4, 0x94, 0x92, 0x50, 0x81,
0xd0, 0xaa, 0xd2, 0xd7, 0x0c, 0x9f, 0x9f, 0x61, 0xf1, 0x2d, 0x86, 0xf0,
0xf2, 0x82, 0x50, 0x0b, 0x55, 0xd5, 0x9e, 0xe1, 0x92, 0xe2, 0xe6, 0x0a,
0x00, 0x72, 0xad, 0x8c, 0xe0, 0xf6, 0xce, 0xf2, 0x52, 0x09, 0xe3, 0x41,
0x95, 0x0c, 0x0b, 0x84, 0x6e, 0xc9, 0x90, 0x22, 0x3c, 0x86, 0xaf, 0x8c,
0xd2, 0x37, 0x7d, 0x6d, 0x2c, 0x77, 0xbe, 0xd9, 0x43, 0x23, 0xa5, 0x13,
0x3e, 0x55, 0xc4, 0xe7, 0xf9, 0xb6, 0xd1, 0x8d, 0x65, 0x78, 0x5d, 0x14,
0xc5, 0x90, 0x69, 0xf6, 0x7c, 0xab, 0xfc, 0x23, 0xc3, 0x45, 0x86, 0x40,
0xfe, 0xac, 0xce, 0xce, 0xd7, 0xe6, 0xe4, 0x57, 0x5b, 0x7d, 0x72, 0xc7,
0xdd, 0x8f, 0x64, 0x90, 0x8f, 0x7e, 0xac, 0xd8, 0xfa, 0xbf, 0x4e, 0x0a,
0xb6, 0x63, 0xb8, 0x42, 0x90, 0x4a, 0xeb, 0x60, 0x53, 0x4a, 0x39, 0x36,
0x8a, 0xd0, 0x3e, 0xac, 0x20, 0xc6, 0x0c, 0x1f, 0xac, 0x7e, 0x7b, 0xcd,
0x6f, 0xc6, 0x1e, 0x7b, 0x1e, 0x90, 0x83, 0x76, 0xbd, 0x5e, 0x63, 0x4c,
0x06, 0x17, 0x9f, 0x29, 0x00, 0x85, 0x3a, 0x76, 0xfd, 0xaa, 0xbc, 0x16,
0xaf, 0xad, 0x01, 0x0e, 0x4b, 0x0a, 0x9f, 0xc2, 0xaf, 0x4f, 0xd3, 0xd9,
0xa7, 0x94, 0xa8, 0xf9, 0x10, 0x97, 0x96, 0x9c, 0x0e, 0xb8, 0x53, 0x50,
0xa0, 0x4c, 0x67, 0x1a, 0xc0, 0xa7, 0x75, 0xe7, 0xfa, 0xa4, 0x49, 0x8a,
0x1b, 0xfc, 0xcd, 0xed, 0x51, 0x77, 0xe2, 0x33, 0x27, 0xd5, 0xeb, 0x2e,
0xa6, 0xbb, 0xf2, 0xa2, 0xf3, 0x73, 0x6e, 0xb6, 0x75, 0xbc, 0xf2, 0x4e,
0x95, 0xa5, 0x16, 0x61, 0x99, 0x8d, 0xf1, 0x73, 0xc9, 0x77, 0x4a, 0x87,
0xd3, 0x7d, 0x14, 0xdf, 0xf9, 0xfd, 0x03, 0x7c, 0xe1, 0xc6, 0xcd, 0xee,
0x85, 0x2d, 0xb9, 0xe1, 0xb3, 0x3b, 0x61, 0xc4, 0x81, 0xcf, 0x5c, 0xc8,
0xcd, 0x9d, 0xb0, 0x4a, 0x0e, 0x1a, 0xa7, 0x9e, 0x44, 0xb8, 0x7e, 0x36,
0x2e, 0x38, 0xf2, 0xa1, 0xeb, 0x0f, 0x98, 0x26, 0x7b, 0x9f, 0x7a, 0xa5,
0xe5, 0x04, 0x78, 0xb6, 0x3e, 0x9e, 0x8e, 0x66, 0xf1, 0xd3, 0x3f, 0x4e,
0xfe, 0x38, 0x2b, 0xdc, 0x1c, 0xb5, 0x41, 0x95, 0x93, 0x48, 0xbc, 0x18,
0x7f, 0x7b, 0xb9, 0x3a, 0xc4, 0xff, 0xeb, 0x2d, 0x62, 0xfe, 0x15, 0x7e,
0x7b, 0x4e, 0x9b, 0x0e, 0x95, 0xc7, 0xf7, 0x7c, 0x73, 0xf5, 0x33, 0x00,
0x00, 0xff, 0xff, 0x72, 0x4c, 0xac, 0x36, 0x10, 0x04, 0x00, 0x00,
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x00, 0xff, 0x94, 0x54,
0x5f, 0x6f, 0xda, 0x30, 0x10, 0x7f, 0xef, 0xa7, 0x38, 0x5d, 0x35, 0x69,
0x95, 0x80, 0x38, 0x30, 0x5e, 0xa6, 0x18, 0x69, 0xda, 0xa4, 0xee, 0x65,
0x4f, 0x9b, 0xba, 0x67, 0x87, 0xd8, 0x89, 0x37, 0xe3, 0x20, 0xdb, 0x25,
0x69, 0xab, 0x7e, 0xf7, 0xd9, 0x4e, 0x5a, 0x82, 0x42, 0xd7, 0x60, 0x1e,
0x38, 0x9b, 0xbb, 0xdf, 0x9f, 0xbb, 0x13, 0x99, 0x3d, 0x94, 0xd0, 0xee,
0x94, 0xb6, 0x14, 0x2b, 0xe7, 0xf6, 0x9f, 0x93, 0xa4, 0x69, 0x9a, 0x45,
0xb3, 0x5a, 0xd4, 0xa6, 0x4c, 0x96, 0x84, 0x90, 0xc4, 0x67, 0x20, 0x34,
0xb2, 0x70, 0x15, 0xc5, 0xa7, 0x27, 0x58, 0xfc, 0x0e, 0x21, 0x3c, 0x3f,
0x23, 0x54, 0x5c, 0x96, 0x95, 0xa3, 0xb8, 0x24, 0xb8, 0xb9, 0x02, 0x80,
0x4c, 0x49, 0xcd, 0x99, 0xb9, 0x35, 0xac, 0x90, 0x5c, 0x3b, 0x90, 0x05,
0xc5, 0x1c, 0xa1, 0x5d, 0x52, 0x24, 0x08, 0x0f, 0xfe, 0x2b, 0x25, 0xe4,
0x43, 0x97, 0x1b, 0xd2, 0xad, 0xab, 0xf7, 0x50, 0x0b, 0x61, 0xb9, 0x8b,
0x19, 0xe1, 0x3e, 0xdf, 0xd6, 0xaa, 0x36, 0x14, 0xaf, 0xf3, 0x3c, 0xef,
0x5f, 0xea, 0x3d, 0xdb, 0x4a, 0xf7, 0x40, 0x71, 0x91, 0x22, 0x24, 0xe7,
0xab, 0xfd, 0x2f, 0xe3, 0xf3, 0x56, 0x75, 0x96, 0x9c, 0x0a, 0xed, 0x1e,
0x77, 0xcc, 0xfe, 0x8d, 0x92, 0xd9, 0x51, 0xa1, 0xe1, 0x5b, 0xf7, 0xae,
0x77, 0x30, 0x2d, 0xc5, 0x15, 0x82, 0x90, 0x4a, 0x79, 0xe1, 0x42, 0x88,
0x23, 0x51, 0x00, 0xed, 0xc2, 0x12, 0x42, 0x4c, 0xf1, 0xde, 0xa8, 0x8f,
0xd7, 0xec, 0xe6, 0xc8, 0xb1, 0x67, 0x1e, 0xb2, 0xaf, 0x5d, 0xaf, 0xd7,
0xa7, 0x46, 0xbc, 0x9c, 0x1f, 0x64, 0x64, 0x8c, 0x40, 0x15, 0xd4, 0xfc,
0x92, 0x4e, 0xf1, 0x17, 0x49, 0x00, 0x87, 0x25, 0x81, 0xef, 0xe3, 0xe4,
0xc7, 0x61, 0xd3, 0x86, 0x64, 0x01, 0xe2, 0x6b, 0xe8, 0x76, 0x34, 0xd4,
0x93, 0x8d, 0x71, 0x3d, 0xe8, 0xd0, 0x7a, 0x8f, 0x1a, 0xc9, 0xc6, 0xc9,
0x6f, 0x91, 0x45, 0xd7, 0xf9, 0x0d, 0x4e, 0x74, 0x76, 0x8e, 0xec, 0x3f,
0xce, 0xb2, 0xa4, 0x7c, 0x69, 0xf2, 0x70, 0x08, 0x8e, 0xb7, 0x6e, 0xce,
0xf4, 0xb6, 0x0a, 0x0b, 0xb5, 0x93, 0x45, 0xa1, 0xb8, 0x9f, 0x52, 0xad,
0xdd, 0x5c, 0xb0, 0x9d, 0x54, 0x7e, 0x27, 0xbe, 0xf1, 0x3f, 0xec, 0xee,
0x1e, 0x7e, 0x32, 0x6d, 0x67, 0x77, 0xdc, 0x14, 0x4c, 0xb3, 0xd9, 0x2d,
0xd7, 0xfc, 0xc0, 0x66, 0xd6, 0xbf, 0xcd, 0x2d, 0x37, 0x52, 0xf4, 0x35,
0x56, 0x3e, 0x72, 0xbf, 0x68, 0xe9, 0x71, 0x72, 0x01, 0x1f, 0xda, 0x6e,
0x33, 0x62, 0x1b, 0xbe, 0x44, 0xae, 0xd8, 0x4e, 0x0f, 0x9e, 0xae, 0x5f,
0x77, 0x82, 0xa4, 0xe1, 0xd3, 0x5d, 0x07, 0x1b, 0xb9, 0xc2, 0xcd, 0x6b,
0xad, 0xaf, 0xca, 0x92, 0x80, 0x38, 0x19, 0xfe, 0xd3, 0xb9, 0x9d, 0x3f,
0x3d, 0x93, 0xe1, 0x7d, 0x3c, 0x40, 0xbf, 0x4c, 0x7d, 0xc0, 0xb9, 0x18,
0x7d, 0xb2, 0xf8, 0x11, 0x7a, 0x1c, 0x76, 0x16, 0xfe, 0x96, 0x36, 0x57,
0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xde, 0xc7, 0x45, 0x2c, 0xbf, 0x04,
0x00, 0x00,
},
"assets/badgeTemplate.tpl",
)