0.3.1
[qanava.git] / tests / styles / styles_data.xml
blob2d60719fd73614a9e76955a50e86552628c5ea98
1 <?xml version="1.0" encoding="UTF-8"?>
3 <graphml xmlns="http://graphml.graphdrawing.org/xmlns">
4 <graph edgedefault="undirected">
5   <!-- nodes -->
6   <node id="Node B">
7         <style attribute="backimage" type="image" value="images/gradorange.png"/>
8         <style attribute="bordercolor" type="color" value="#009566"/>
9         <style attribute="maximumwidth" type="number" value="125"/>
10         <style attribute="maximumheight" type="number" value="25"/>
11         <style attribute="hasshadow" type="bool" value="true"/>
12         <style attribute="shadowcolor" type="color" value="#335566"/>
13         <style attribute="shadowoffset" type="number" value="6"/>
14   </node>
16   <node id="Node A">
17     <data key="backimage">"images/gradblue.png"</data>
18     <data key="bordercolor">#005566</data>
19     <data key="fontsize">14</data>
20   </node>
22   <!-- edges -->
23   <edge source="Node A" target="Node B">
24         <data key="label">My Edge</data>
25         <style attribute="arrowsize" type="number" value="5"/>
26         <style attribute="linetype" type="number" value="2"/>
27         <style attribute="lineweight" type="number" value="2"/>
28   </edge>
30 </graph>
31 </graphml>