aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/lua/module/sample.svg
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-03-19 22:37:41 +0100
committerAlbert Krewinkel <[email protected]>2023-03-19 22:38:08 +0100
commitafee37abc74abac6326486bd355ed6ae800c2ca5 (patch)
tree785ca3d280409376f83e1f1d59f315d6ef859bb6 /pandoc-lua-engine/test/lua/module/sample.svg
parent7743c5287a54abe71da8fb316a34cb9f1f37c358 (diff)
Lua tests: add more tests for pandoc.mediabag.
Diffstat (limited to 'pandoc-lua-engine/test/lua/module/sample.svg')
-rw-r--r--pandoc-lua-engine/test/lua/module/sample.svg37
1 files changed, 37 insertions, 0 deletions
diff --git a/pandoc-lua-engine/test/lua/module/sample.svg b/pandoc-lua-engine/test/lua/module/sample.svg
new file mode 100644
index 000000000..f1b427c43
--- /dev/null
+++ b/pandoc-lua-engine/test/lua/module/sample.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ viewBox="-35 -35 70 70">
+ <title>Single-Source-Publishing Logo</title>
+ <defs>
+ <g id="doc">
+ <!-- document shape -->
+ <polygon points="-10,-31.53 -10,-3.25 0,0 10,-3.25 10,-23.53 2,-31.53" />
+ <!-- the "fold" triangle -->
+ <polygon points="2,-23.53 2,-31.53 10,-23.53" fill-opacity="90%" />
+ </g>
+ </defs>
+
+ <g transform="rotate(30)">
+ <!-- colored docs -->
+ <g fill-opacity="75%">
+ <use href="#doc" fill="#ffce54" transform="rotate(000)" />
+ <use href="#doc" fill="#ed5564" transform="rotate(072)" />
+ <use href="#doc" fill="#ac92eb" transform="rotate(144)" />
+ <use href="#doc" fill="#4fc1e8" transform="rotate(216)" />
+ <use href="#doc" fill="#a0d568" transform="rotate(288)" />
+ </g>
+
+ <!-- Add blackish border -->
+ <g stroke="#555555"
+ stroke-width="0.5"
+ stroke-linejoin="round"
+ fill="none">
+ <use href="#doc" transform="rotate(000)" />
+ <use href="#doc" transform="rotate(072)" />
+ <use href="#doc" transform="rotate(144)" />
+ <use href="#doc" transform="rotate(216)" />
+ <use href="#doc" transform="rotate(288)" />
+ </g>
+ </g>
+</svg>