Created
August 29, 2011 16:05
-
-
Save rayleigh/1178721 to your computer and use it in GitHub Desktop.
XML Format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img_info> | |
| <img_name>Flower</img_name> | |
| <img_src>/tmp/flower/</img_src> | |
| <exp> | |
| <exp_name>Petal test</exp_name> | |
| <PO_term_info> | |
| <term>POxxxxx</PO_term> | |
| <color>0,0,224</color> | |
| <pixel>25,100</pixel> | |
| #Because it uses fill, the program needs to know a pixel | |
| <coord>10, 80</coord> | |
| <coord>20, 80</coord> | |
| #etc. | |
| <link>http://en.wikipedia.org/wiki/Flower_petal</link> | |
| <PO_term_info> | |
| #and other PO_term infos | |
| </exp> | |
| #and other exp infos | |
| </img_info> | |
| #and other images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment