diff options
| author | David Christenson | 2015-02-06 14:46:52 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-08 12:23:31 +0000 |
| commit | 46aa40c06783db1eef2a9d805e477870f07b9f90 (patch) | |
| tree | a1e8bfb5dd6ad59c1adf349eb17cd0c85666f167 /Library | |
| parent | f8791da2ec094f0ccaa5bdd432ab9ec45945f985 (diff) | |
| download | brew-46aa40c06783db1eef2a9d805e477870f07b9f90.tar.bz2 | |
Add test PDF and SVG.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/fixtures/test.pdf | 30 | ||||
| -rw-r--r-- | Library/Homebrew/test/fixtures/test.svg | 4 |
2 files changed, 34 insertions, 0 deletions
diff --git a/Library/Homebrew/test/fixtures/test.pdf b/Library/Homebrew/test/fixtures/test.pdf new file mode 100644 index 000000000..3cbb42c3f --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.pdf @@ -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 diff --git a/Library/Homebrew/test/fixtures/test.svg b/Library/Homebrew/test/fixtures/test.svg new file mode 100644 index 000000000..1869e624c --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.svg @@ -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> |
