diff options
| author | Martin Haug <mhaug@live.de> | 2021-12-07 00:06:54 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-12-07 00:06:54 +0100 |
| commit | 7c829c5c1b67ac8e8fbe4fc4ba01468d100bfb47 (patch) | |
| tree | 7930718d6dbdf92d1feaa92df97830ef3dfc4ed5 /tests/res/pattern.svg | |
| parent | f15ee7efb68eff188b5993d21d663e2120b5dd08 (diff) | |
Bump pdf-writer, svg2pdf and error messages
Co-Authored-By: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/res/pattern.svg')
| -rw-r--r-- | tests/res/pattern.svg | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/res/pattern.svg b/tests/res/pattern.svg index b3bf4847..0a46c0b6 100644 --- a/tests/res/pattern.svg +++ b/tests/res/pattern.svg @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Adapted from - https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Patterns under - CC0 / Public Domain Licensing --> + https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Patterns under + CC0 / Public Domain Licensing --> <svg width="200" height="150" xmlns="http://www.w3.org/2000/svg"> - <defs> - <linearGradient id="Gradient1"> - <stop offset="5%" stop-color="white"/> - <stop offset="95%" stop-color="blue"/> - </linearGradient> - <linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1"> - <stop offset="5%" stop-color="red"/> - <stop offset="95%" stop-color="orange"/> - </linearGradient> - <pattern id="Pattern" x="40" y="10" width="50" height="50" patternUnits="userSpaceOnUse"> - <rect x="0" y="0" width="50" height="50" fill="skyblue"/> - <rect x="0" y="0" width="25" height="25" fill="url(#Gradient2)"/> - <circle cx="25" cy="25" r="20" fill="url(#Gradient1)" fill-opacity="0.5"/> - </pattern> - </defs> - <rect fill="url(#Pattern)" stroke="black" width="200" height="150"/> + <defs> + <linearGradient id="Gradient1"> + <stop offset="5%" stop-color="white"/> + <stop offset="95%" stop-color="blue"/> + </linearGradient> + <linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1"> + <stop offset="5%" stop-color="red"/> + <stop offset="95%" stop-color="orange"/> + </linearGradient> + <pattern id="Pattern" x="40" y="10" width="50" height="50" patternUnits="userSpaceOnUse"> + <rect x="0" y="0" width="50" height="50" fill="skyblue"/> + <rect x="0" y="0" width="25" height="25" fill="url(#Gradient2)"/> + <circle cx="25" cy="25" r="20" fill="url(#Gradient1)" fill-opacity="0.5"/> + </pattern> + </defs> + <rect fill="url(#Pattern)" stroke="black" width="200" height="150"/> </svg> |
