diff options
Diffstat (limited to 'kig/examples/ellipse.kig')
-rw-r--r-- | kig/examples/ellipse.kig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kig/examples/ellipse.kig b/kig/examples/ellipse.kig new file mode 100644 index 00000000..442ba664 --- /dev/null +++ b/kig/examples/ellipse.kig @@ -0,0 +1,29 @@ +<!DOCTYPE KigDocument> +<KigDocument Version="0.4.0" > + <CoordinateSystem>Euclidean</CoordinateSystem> + <Objects> + <Data type="double" id="1" >-5.76253</Data> + <Data type="double" id="2" >0.831135</Data> + <Data type="double" id="3" >1.77309</Data> + <Data type="double" id="4" >1.20053</Data> + <Data type="double" id="5" >-2.29024</Data> + <Data type="double" id="6" >4.15567</Data> + <Object width="5" shown="true" type="FixedPoint" id="7" color="#0000ff" > + <Parent id="1" /> + <Parent id="2" /> + </Object> + <Object width="5" shown="true" type="FixedPoint" id="8" color="#0000ff" > + <Parent id="3" /> + <Parent id="4" /> + </Object> + <Object width="5" shown="true" type="FixedPoint" id="9" color="#0000ff" > + <Parent id="5" /> + <Parent id="6" /> + </Object> + <Object width="-1" shown="true" type="EllipseBFFP" id="10" color="#0000ff" > + <Parent id="7" /> + <Parent id="8" /> + <Parent id="9" /> + </Object> + </Objects> +</KigDocument> |