kopia lustrzana https://github.com/badgen/badgen
55 wiersze
2.3 KiB
JavaScript
55 wiersze
2.3 KiB
JavaScript
/* IMPORTANT
|
|
* This snapshot file is auto-generated, but designed for humans.
|
|
* It should be checked into source control and tracked carefully.
|
|
* Re-generate by setting TAP_SNAPSHOT=1 and running tests.
|
|
* Make sure to inspect the output below. Do not ignore changes!
|
|
*/
|
|
'use strict'
|
|
exports[`test/bare.spec.js TAP generate bare badge with { status } > snapshot 1`] = `
|
|
<svg width="47" height="20" viewBox="0 0 470 200" xmlns="http://www.w3.org/2000/svg">
|
|
<linearGradient id="a" x2="0" y2="100%">
|
|
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
|
<stop offset="1" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
<mask id="m"><rect width="470" height="200" rx="30" fill="#FFF"/></mask>
|
|
<g mask="url(#m)">
|
|
<rect width="470" height="200" fill="#08C" x="0"/>
|
|
<rect width="470" height="200" fill="url(#a)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
|
|
<text x="65" y="148" textLength="355" fill="#000" opacity="0.25">v1.0.0</text>
|
|
<text x="55" y="138" textLength="355">v1.0.0</text>
|
|
</g>
|
|
</svg>
|
|
`
|
|
|
|
exports[`test/bare.spec.js TAP generate bare badge with { status, color } > snapshot 1`] = `
|
|
<svg width="47" height="20" viewBox="0 0 470 200" xmlns="http://www.w3.org/2000/svg">
|
|
<linearGradient id="a" x2="0" y2="100%">
|
|
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
|
<stop offset="1" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
<mask id="m"><rect width="470" height="200" rx="30" fill="#FFF"/></mask>
|
|
<g mask="url(#m)">
|
|
<rect width="470" height="200" fill="#ADF" x="0"/>
|
|
<rect width="470" height="200" fill="url(#a)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
|
|
<text x="65" y="148" textLength="355" fill="#000" opacity="0.25">v1.0.0</text>
|
|
<text x="55" y="138" textLength="355">v1.0.0</text>
|
|
</g>
|
|
</svg>
|
|
`
|
|
|
|
exports[`test/bare.spec.js TAP generate bare badge with { status, style } > snapshot 1`] = `
|
|
<svg width="47" height="20" viewBox="0 0 470 200" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<rect fill="#08C" x="0" width="470" height="200"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
|
|
<text x="65" y="148" textLength="355" fill="#000" opacity="0.1">v1.0.0</text>
|
|
<text x="55" y="138" textLength="355">v1.0.0</text>
|
|
</g>
|
|
</svg>
|
|
`
|