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

« back to all changes in this revision

Viewing changes to Circuit2/shapes/Circuit2/dled_de.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"?>
 
2
 
 
3
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
 
4
       xmlns:svg="http://www.w3.org/2000/svg">
 
5
  <name>Circuit2 - Diagonal Led (European)</name>
 
6
  <description>A diagonally aligned led</description>
 
7
  <icon>dled_de.png</icon>
 
8
  <connections>
 
9
    <point x="0" y="0" main="yes"/>
 
10
    <point x="4" y="4"/>
 
11
  </connections>
 
12
  <aspectratio type="fixed"/>
 
13
  <svg:svg width="4.0" height="4.0">
 
14
    <svg:line x1="0" y1="0" x2="1" y2="1" />
 
15
    <svg:polygon points="0,2 2.5,2.5 2,0" style="fill: default" />
 
16
    <svg:line x1="2.5" y1="2.5" x2="4" y2="4" />
 
17
    <svg:line x1="1.7" y1="3.3"  x2="3.3" y2="1.7" style="stroke-width: 3" />
 
18
    <svg:line x1="0.5" y1="2.5" x2="0.25" y2="3.5" />
 
19
    <svg:polygon points="0.3,3.4 0.1,3.2 0.1,3.7" style="fill:inverse" />
 
20
    <svg:line x1="1.3" y1="2.7" x2="1.05" y2="3.7" />
 
21
    <svg:polygon points="1.1,3.6 0.9,3.4 0.9,3.9" style="fill:inverse" />
 
22
  </svg:svg>
 
23
</shape>
 
24