diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-07-18 16:50:36 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-07-18 21:59:29 +0200 |
commit | 67c422585db43e30f0c9e4c9753fcd14f87a277f (patch) | |
tree | be58ee4a31b8dabe4591a5a7d35e657e3b8b384a /svgio/qa/cppunit/data | |
parent | 5eb4c5e93b0f0a3fd9cded5e086086d07cb7c92d (diff) |
tdf#126330: use correct type for symbol node
Change-Id: Ibd4b7e021dac28469cb3ea2d30e79de8f24c88be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137201
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/symbol.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/symbol.svg b/svgio/qa/cppunit/data/symbol.svg new file mode 100644 index 000000000000..55110f3740b0 --- /dev/null +++ b/svgio/qa/cppunit/data/symbol.svg @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<svg width="120" height="120" + viewPort="0 0 120 120" version="1.1" + xmlns="http://www.w3.org/2000/svg"> + + <symbol> + <rect x="10" y="10" width="100" height="100" fill="red"/> + </symbol> + + <rect x="10" y="10" width="10" height="10" fill="#00D000"/> +</svg> |