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

« back to all changes in this revision

Viewing changes to central-data-processing/shapes/central_data_processing/Modem.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>CPD - Modem</name>
 
4
  <icon>Modem.png</icon>
 
5
  <connections>
 
6
    <point x="0" y="0"/>
 
7
    <point x="0" y="0.25"/>
 
8
    <point x="0" y="0.5"/>
 
9
    <point x="1" y="0"/>
 
10
    <point x="1" y="0.25" main="yes"/>
 
11
    <point x="1" y="0.5"/>
 
12
    <point x="2" y="0"/>
 
13
    <point x="2" y="0.25"/>
 
14
    <point x="2" y="0.5"/>
 
15
  </connections>
 
16
  <aspectratio type="fixed"/>
 
17
  <svg:svg>
 
18
<!-- Main -->
 
19
    <svg:rect style="fill: #a2acb5" x="0" y="0" width="2" height="0.5"/>
 
20
 
 
21
<!-- Display -->
 
22
 
 
23
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="0.5" cy="0.22" r="0.02"/>
 
24
 
 
25
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="0.7" cy="0.22" r="0.02"/>
 
26
 
 
27
 
 
28
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="1.1" cy="0.22" r="0.02"/>
 
29
    <svg:circle style="fill: #ea9f00; stroke-width: 0.01; stroke: #000000" cx="1.1" cy="0.27" r="0.02"/>
 
30
 
 
31
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="1.3" cy="0.22" r="0.02"/>
 
32
    <svg:circle style="fill: #ea9f00; stroke-width: 0.01; stroke: #000000" cx="1.3" cy="0.27" r="0.02"/>
 
33
 
 
34
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="1.5" cy="0.22" r="0.02"/>
 
35
    <svg:circle style="fill: #ea9f00; stroke-width: 0.01; stroke: #000000" cx="1.5" cy="0.27" r="0.02"/>
 
36
 
 
37
    <svg:circle style="fill: #10aa00; stroke-width: 0.01; stroke: #000000" cx="1.7" cy="0.22" r="0.02"/>
 
38
    <svg:circle style="fill: #ea9f00; stroke-width: 0.01; stroke: #000000" cx="1.7" cy="0.27" r="0.02"/>
 
39
 
 
40
 
 
41
 
 
42
  </svg:svg>
 
43
</shape>