~ubuntu-branches/ubuntu/trusty/dia-shapes/trusty

« back to all changes in this revision

Viewing changes to scenegraph/shapes/scenegraph/group.shape

Tags: 0.1
Initial release. (Closes: #594475)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
 
3
  <name>scene graph - group</name>
 
4
  <icon>group.png</icon>
 
5
  <connections>
 
6
    <point x="10" y="20"/>
 
7
    <point x="10" y="0"/>
 
8
    <point x="0" y="10"/>
 
9
    <point x="20" y="10"/>
 
10
  </connections>
 
11
  <aspectratio type="fixed"/>
 
12
  <textbox x1="10" y1="22" x2="12" y2="28" align="center" resize="no"/>
 
13
  <svg:svg>
 
14
    <svg:ellipse style="fill: none; fill-opacity:0; stroke-width: 1.0; stroke: #000000" cx="10" cy="10" rx="10" ry="10"/>
 
15
  </svg:svg>
 
16
</shape>