blob: d4b37daa6c1b688cea6ec62fa7326a6dcfe3e0bd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- -->
<!-- FXG 1.0 Test ability to handle coordinate space transformation matrix with the 'ellipse' basic-shapes element.
The top group comprises of 7 different ellipses and the bottom group comrpises of the same ellipse elements with the exception that
different transforms have been applied to each of those elements.-->
<!-- Author : Vivek Agrawal 3 March-2009 -->
<!-- -->
<!-- History: -->
<!-- 3 March-2009 , created. -->
<!-- ========================================== -->
<!-- ========================================== -->
<Graphic version="1.0" viewHeight="359" viewWidth="479" xmlns="http://ns.adobe.com/fxg/2008" >
<Group x="18" y="14">
<Ellipse x="4" y="0.5" width="60" height="100">
<stroke>
<SolidColorStroke caps="none" weight="1" joints="miter" miterLimit="4"/>
</stroke>
</Ellipse>
<Ellipse x="114" y="0.5" width="60" height="100">
<fill>
<SolidColor color="#ff0000"/>
</fill>
</Ellipse>
<Ellipse x="219" y="20.5" width="70" height="70">
<stroke>
<SolidColorStroke caps="none" weight="1" joints="miter" miterLimit="4"/>
</stroke>
</Ellipse>
<Ellipse x="319" y="20.5" width="70" height="70">
<fill>
<SolidColor color="#ffff00"/>
</fill>
</Ellipse>
<Ellipse x="4" y="145.5" width="60" height="100">
<stroke>
<SolidColorStroke color="#0000ff" caps="none" weight="8" joints="miter" miterLimit="4"/>
</stroke>
</Ellipse>
<Ellipse x="114" y="145.5" width="60" height="100">
<fill>
<SolidColor color="#00ff00"/>
</fill>
<stroke>
<SolidColorStroke color="#0000ff" caps="none" weight="8" joints="miter" miterLimit="4"/>
</stroke>
</Ellipse>
<Ellipse x="244" y="155.5" width="140" height="80">
<fill>
<SolidColor color="#00ff00"/>
</fill>
<stroke>
<SolidColorStroke color="#0000ff" caps="none" weight="8" joints="miter" miterLimit="4"/>
</stroke>
</Ellipse>
</Group>
</Graphic>