~ubuntu-branches/ubuntu/vivid/dia-shapes/vivid

« back to all changes in this revision

Viewing changes to chemistry-lab/shapes/chemistry_lab/gooseneck.shape

  • Committer: Package Import Robot
  • Author(s): Roland Stigge, Thomas Bechtold, Roland Stigge
  • Date: 2012-05-24 21:48:22 UTC
  • mfrom: (0.12.2)
  • Revision ID: package-import@ubuntu.com-20120524214822-kvbb946siwnwofnw
Tags: 0.2.0-1
[ Thomas Bechtold ]
* new upstream release.
* add debian/watch file to track new releases.
* debian/control:
  - bump Standard-Version to 3.9.3 .
  - add intltool to Build-Depends.
  - add Vcs-Svn and Vcs-Browser fields.
* debian/copyright: add missing License fields
* Fix typo (Closes: #656195)

[ Roland Stigge ]
* debian/control: Fixed list indentation
* debian/copyright: Fixed Copyright entries

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>Chem-Widgets - gooseneck</name>
4
 
  <icon>gooseneck.png</icon>
5
 
  <connections>
6
 
    <point x="11" y="-7"/>
7
 
    <point x="11" y="0"/>
8
 
    <point x="11" y="-3.5"/>
9
 
    <point x="14" y="-7"/>
10
 
    <point x="14" y="0"/>
11
 
    <point x="14" y="-3.5"/>
12
 
    <point x="5" y="-10.5"/>
13
 
    <point x="-3.5" y="-0.5"/>
14
 
    <point x="0.75" y="-5.5"/>
15
 
    <point x="7.5" y="-8.5"/>
16
 
    <point x="-1" y="1.5"/>
17
 
    <point x="3.25" y="-3.5"/>
18
 
  </connections>
19
 
  <aspectratio type="fixed"/>
20
 
  <svg:svg>
21
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="11" y1="-7" x2="11" y2="0"/>
22
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="14" y1="-7" x2="14" y2="0"/>
23
 
    <svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" d="M 11,-7 A 1.98874,1.98874 0 0 0 7.5,-8.5"/>
24
 
    <svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" d="M 14,-7 A 5.03904,5.03904 0 0 0 5,-10.5"/>
25
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="5" y1="-10.5" x2="-3.5" y2="-0.5"/>
26
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" x1="7.5" y1="-8.5" x2="-1" y2="1.5"/>
27
 
  </svg:svg>
28
 
</shape>