File: test.xml

package info (click to toggle)
dia 0.97.3%2Bgit20160930-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 52,952 kB
  • ctags: 17,146
  • sloc: ansic: 155,065; xml: 16,326; python: 6,641; cpp: 4,935; makefile: 3,826; sh: 540; perl: 137; sed: 19
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
       xmlns:svg="http://www.w3.org/2000/svg">
  <name>Custom - Test</name>
  <description>A test of the custom object</description>
  <connections>
    <point x="1.0" y="2.0"/>
    <point x="2.0" y="1.0"/>
  </connections>
  <textbox x1="0.0" y1="2.05" x2="3.0" y2="3.05"/>
  <svg:svg width="3.0" height="3.0">
    <svg:rect x1="1.0" y1="1.0" x2="2.0" y2="2.0"/>
    <svg:rect x1="1.2" y1="1.2" x2="1.8" y2="1.8"/>
    <svg:text x="0" y="0" style="text-anchor:start;">Test</svg:text>
  </svg:svg>
</shape>