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

« back to all changes in this revision

Viewing changes to scenegraph/shapes/scenegraph/transform.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>scene graph - transform</name>
4
 
  <icon>transform.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: 0.2; stroke: #000000" cx="10" cy="10" rx="10" ry="10"/>
15
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.2; stroke: #000000" x1="18" y1="4" x2="11" y2="11"/>
16
 
    <svg:line style="fill: none; fill-opacity:0; stroke-width: 0.2; stroke: #000000" x1="9" y1="6" x2="1" y2="14"/>
17
 
    <svg:polyline style="fill: none; fill-opacity:0; stroke-width: 0.2; stroke: #000000" points="11,6 11,11 16,11 "/>
18
 
    <svg:polyline style="fill: none; fill-opacity:0; stroke-width: 0.2; stroke: #000000" points="4,6 9,6 9,11 "/>
19
 
  </svg:svg>
20
 
</shape>