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

« back to all changes in this revision

Viewing changes to scenegraph/shapes/scenegraph/component.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 - component</name>
 
4
  <icon>component.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:rect style="fill: #bfbfbf; stroke-width: 0.1" x="2" y="3" width="18" height="16"/>
 
15
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="0" y1="3" x2="2" y2="3"/>
 
16
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="0" y1="19" x2="2" y2="19"/>
 
17
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="2" y1="3" x2="2" y2="0"/>
 
18
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="4" y1="3" x2="4" y2="0"/>
 
19
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="15" y1="3" x2="15" y2="0"/>
 
20
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="17" y1="3" x2="17" y2="0"/>
 
21
    <svg:rect style="fill: none; fill-opacity:0; stroke-width: 1.0; stroke: #000000" x="0" y="0" width="20" height="20"/>
 
22
  </svg:svg>
 
23
</shape>