aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/ignore/transform.xml
blob: d7e8cef18d0979eb4c2c144b31b91fc1bdb8f5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>

<!--

file      : examples/cxx/hybrid/evolution/ignore/transform.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<transformations xmlns="http://www.codesynthesis.com/transform">

  <move-transformation name="move">
    <description>Move an object.</description>
    <x>1.1</x>
    <y>2.1</y>
  </move-transformation>

  <rotate-transformation name="rotate">
    <description>Rotate an object.</description>
    <angle>90</angle>
  </rotate-transformation>

  <scale-transformation name="scale" proportional="true">
    <description>Scale an object.</description>
    <ratios unit="percent">
      <x>210</x>
      <y>210</y>
    </ratios>
  </scale-transformation>

</transformations>