aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/passthrough/transform.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/evolution/passthrough/transform.xml')
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/transform.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/evolution/passthrough/transform.xml b/examples/cxx/hybrid/evolution/passthrough/transform.xml
new file mode 100644
index 0000000..6747e3e
--- /dev/null
+++ b/examples/cxx/hybrid/evolution/passthrough/transform.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+
+<!--
+
+file : examples/cxx/hybrid/evolution/passthrough/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>