tests/svgui/svgui@svgui/pyfile.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 10 Dec 2020 11:37:27 +0100
changeset 2697 93333d206198
parent 1547 33e03a4b3075
permissions -rw-r--r--
Python Safe Globals now have more reliable triggering of OnChange call. Added "Onchange" object to accessible runtime variables that let user python code see count of changes and first and last values.
1547
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
  <variables/>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
  <globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     5
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     6
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     7
/*
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     8
    Web interface is build as SVG file in Inkscape. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     9
    To edit SVG file click 'Inkscape' button on the toolbar above.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    10
    
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    11
    Inkscape is a free and open-source vector graphics editor. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    12
    It's not part of Beremiz and needs to be installed separately.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    13
*/
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    14
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    15
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    16
  </globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    17
  <init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    18
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    19
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    20
  </init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    21
  <cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    22
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    23
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    24
  </cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    25
  <start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    26
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    27
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    28
  </start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    29
  <stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    30
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    31
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    32
  </stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    33
</PyFile>