mirror of
https://github.com/google/pybadges.git
synced 2025-07-21 12:41:08 +02:00
Fix a flaky test by using a local web server
This commit is contained in:
@@ -1 +1 @@
|
||||
<svg height="20" width="89.4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect fill="#fff" height="20" rx="3" width="89.4"/></clipPath><g clip-path="url(#round)"><rect fill="#555" height="20" width="37.2"/><rect fill="#97CA00" height="20" width="52.2" x="37.2"/><rect fill="url(#smooth)" height="20" width="89.4"/></g><g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle"><text fill="#010101" fill-opacity=".3" lengthAdjust="spacing" textLength="272.0" transform="scale(0.1)" x="196.0" y="150">build</text><text lengthAdjust="spacing" textLength="272.0" transform="scale(0.1)" x="196.0" y="140">build</text><text fill="#010101" fill-opacity=".3" lengthAdjust="spacing" textLength="422.0" transform="scale(0.1)" x="623.0" y="150">passing</text><text lengthAdjust="spacing" textLength="422.0" transform="scale(0.1)" x="623.0" y="140">passing</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="89.4" height="20"><linearGradient id="smooth" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="round"><rect width="89.4" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#round)"><rect width="37.2" height="20" fill="#555"/><rect x="37.2" width="52.2" height="20" fill="#97CA00"/><rect width="89.4" height="20" fill="url(#smooth)"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="196.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="272.0" lengthAdjust="spacing">build</text><text x="196.0" y="140" transform="scale(0.1)" textLength="272.0" lengthAdjust="spacing">build</text><text x="623.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(0.1)" textLength="422.0" lengthAdjust="spacing">passing</text><text x="623.0" y="140" transform="scale(0.1)" textLength="422.0" lengthAdjust="spacing">passing</text></g></svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user