diff options
author | Anthon van der Neut <anthon@mnt.org> | 2021-08-28 16:34:30 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2021-08-28 16:34:30 +0200 |
commit | 0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e (patch) | |
tree | 3ba0d21b63c81805d52089c6b918580a00c6942a /_doc/_static/pypi.svg | |
parent | 9c0ecea7cdc8f3ae5fbd125a7b059d6f6dc81669 (diff) | |
download | ruamel.yaml-0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e.tar.gz |
fix issue 397 inserting comment when post key comment exists0.17.15
Diffstat (limited to '_doc/_static/pypi.svg')
-rw-r--r-- | _doc/_static/pypi.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/_static/pypi.svg b/_doc/_static/pypi.svg index a98dee3..6300936 100644 --- a/_doc/_static/pypi.svg +++ b/_doc/_static/pypi.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.17.14</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.17.14</text></g> </svg> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.17.15</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.17.15</text></g> </svg> |