From d3524476111ff13acbc3dfaf02ad3be3d5c18f5d Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Tue, 1 Aug 2000 00:33:48 +0000 Subject: [PATCH] added arcs unit tests, which currently don't work git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193568 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/svg/UnitTests.xml | 4 ++++ docs/examples/svg/test/arcs.svg | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 docs/examples/svg/test/arcs.svg diff --git a/docs/examples/svg/UnitTests.xml b/docs/examples/svg/UnitTests.xml index 458acacd1..392518060 100644 --- a/docs/examples/svg/UnitTests.xml +++ b/docs/examples/svg/UnitTests.xml @@ -100,6 +100,10 @@ unit test

+

+ + Arcs using the arc command in the path data. +

diff --git a/docs/examples/svg/test/arcs.svg b/docs/examples/svg/test/arcs.svg new file mode 100644 index 000000000..87a20e0d5 --- /dev/null +++ b/docs/examples/svg/test/arcs.svg @@ -0,0 +1,18 @@ + + +Example arcs01 - arc commands in path data +Picture of a pie chart with two pie wedges and +a picture of a line with arc blips + + + + + \ No newline at end of file -- 2.39.5