Add test PDF and SVG.

This commit is contained in:
David Christenson 2015-02-06 14:46:52 -07:00 committed by Mike McQuaid
parent f8791da2ec
commit 46aa40c067
2 changed files with 34 additions and 0 deletions

30
Library/Homebrew/test/fixtures/test.pdf vendored Normal file
View File

@ -0,0 +1,30 @@
%PDF-1.6
1 0 obj <</Type /Catalog /Pages 2 0 R>>
endobj
2 0 obj <</Type /Pages /Kids [3 0 R] /Count 1>>
endobj
3 0 obj<</Type /Page /Parent 2 0 R /Resources 4 0 R /MediaBox [0 0 500 800] /Contents 6 0 R>>
endobj
4 0 obj<</Font <</F1 5 0 R>>>>
endobj
5 0 obj<</Type /Font /Subtype /Type1 /BaseFont /Helvetica>>
endobj
6 0 obj
<</Length 44>>
stream
BT /F1 24 Tf 175 720 Td (Homebrew test.)Tj ET
endstream
endobj
xref
0 7
0000000000 65535 f
0000000009 00000 n
0000000056 00000 n
0000000111 00000 n
0000000212 00000 n
0000000250 00000 n
0000000317 00000 n
trailer <</Size 7/Root 1 0 R>>
startxref
406
%%EOF

View File

@ -0,0 +1,4 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="160" height="35" id="Homebrew">
<text transform="matrix(1 0 0 1 7 30)" font-size="30" font-family="Helvetica">Homebrew</text>
<rect x="3" y="3" fill="none" stroke="#000" width="155" height="31"/>
</svg>

After

Width:  |  Height:  |  Size: 264 B