mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
XML example is finalized and now mirrors Table example
This commit is contained in:
@@ -1 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bubbles>
|
||||
<bubble>
|
||||
<position x="160" y="103"/>
|
||||
<diameter>43.19838</diameter>
|
||||
<label>Happy</label>
|
||||
</bubble>
|
||||
<bubble>
|
||||
<position x="372" y="137"/>
|
||||
<diameter>52.42526</diameter>
|
||||
<label>Sad</label>
|
||||
</bubble>
|
||||
<bubble>
|
||||
<position x="273" y="235"/>
|
||||
<diameter>61.14072</diameter>
|
||||
<label>Joyous</label>
|
||||
</bubble>
|
||||
<bubble>
|
||||
<position x="121" y="179"/>
|
||||
<diameter>44.758068</diameter>
|
||||
<label>Melancholy</label>
|
||||
</bubble>
|
||||
</bubbles>
|
||||
|
||||
Reference in New Issue
Block a user