mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
abc452109e
Also fixes references to createSvgElement
16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
<xml xmlns="https://developers.google.com/blockly/xml">
|
|
<block type="math_arithmetic">
|
|
<field name="OP">ADD</field>
|
|
<value name="A">
|
|
<shadow type="math_number">
|
|
<field name="NUM">1</field>
|
|
</shadow>
|
|
</value>
|
|
<value name="B">
|
|
<shadow type="math_number">
|
|
<field name="NUM">1</field>
|
|
</shadow>
|
|
</value>
|
|
</block>
|
|
</xml>
|