diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-07-11 16:08:38 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-07-12 06:35:20 +0200 |
commit | f7af4c311ad04ce5e54e08b9d7ccd71b75b7a32d (patch) | |
tree | 6efb8ac0c6a0b9b1e7482e9d69c90a6132cdccb7 /svgio/qa/cppunit/data | |
parent | 6f77ed620bbff11a1232b593be97e7d6f29aa8ac (diff) |
tdf#156236: For the rx or ry properties, "0" is valid
Change-Id: I32c865e409a339c444440e00ee0f624c45380773
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154307
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/tdf156236.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/tdf156236.svg b/svgio/qa/cppunit/data/tdf156236.svg new file mode 100644 index 000000000000..12268652c03b --- /dev/null +++ b/svgio/qa/cppunit/data/tdf156236.svg @@ -0,0 +1,7 @@ +<svg viewBox="0 0 500 200" xmlns="http://www.w3.org/2000/svg"> + <rect x="20" y="120" width="60" height="60" rx="0" ry="15" /> + <rect x="120" y="120" width="60" height="60" ry="15" /> + <rect x="220" y="120" width="60" height="60" rx="-150" ry="15" /> + <rect x="320" y="120" width="60" height="60" rx="150" ry="15" /> +</svg> + |