Merge pull request #55 from square/cs/svg-space

Slightly better spacing in SVG files
This commit is contained in:
Alok Menghrajani
2016-06-10 19:21:50 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="42em">
width="100%" height="42.5em">
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
<text font-family="monospace" y="10">
<tspan x="10" dy="1.2em">&#36; cat certs/cert.pem | ./certigo dump</tspan>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

+1 -1
View File
@@ -2,7 +2,7 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="45em">
width="100%" height="45.5em">
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
<text font-family="monospace" y="10">
<tspan x="10" dy="1.2em">&#36; ./certigo dump certs/cert.jks</tspan>

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

+1 -1
View File
@@ -2,7 +2,7 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="87em">
width="100%" height="86.5em">
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
<text font-family="monospace" y="10">
<tspan x="10" dy="1.2em">&#36; openssl s_client -connect squareup.com:443 -showcerts &#60; /dev/null | ./certigo dump</tspan>

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB