diff options
| author | Viatrix | 2026-03-12 14:53:01 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-12 14:53:01 -0700 |
| commit | 5aca421003b008e116c170d6be789ac28e602cf7 (patch) | |
| tree | cc9eb6eddf778f2dfafbf8e09a370fd77b753cf2 /tests/data | |
| parent | e475a7d88c9cc4128852a431dfe1977e426e4efc (diff) | |
Images with dummy fill and stroke handled correctly.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/svg/image.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/svg/image.svg b/tests/data/svg/image.svg index e0d62d4..9b970f7 100644 --- a/tests/data/svg/image.svg +++ b/tests/data/svg/image.svg @@ -1,6 +1,6 @@ <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Transparent areas of the image should remain part of the link. --> <a xlink:href="http://example.com"> - <image x="25" y="25" width="50" height="50" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mMAgv9gBAAJAQH/66EXCgAAAABJRU5ErkJggg==" image-rendering="optimizeSpeed"/> + <image x="25" y="25" width="50" height="50" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mMAgv9gBAAJAQH/66EXCgAAAABJRU5ErkJggg==" image-rendering="optimizeSpeed" stroke="red" fill="none"/> </a> </svg> |
