|
|
@ -2091,8 +2091,8 @@ function addCompoundPrimitiveExample(position="0 1.4 -0.2"){ |
|
|
|
return el |
|
|
|
return el |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function addBlockCodeExample(){ |
|
|
|
function addBlockCodeExample(text="hi"){ |
|
|
|
el = addNewNote("hi") |
|
|
|
el = addNewNote( text ) |
|
|
|
el.setAttribute("color", "black") |
|
|
|
el.setAttribute("color", "black") |
|
|
|
el.setAttribute("outline-color", "white") |
|
|
|
el.setAttribute("outline-color", "white") |
|
|
|
a = generateCompoundPrimitiveExample() |
|
|
|
a = generateCompoundPrimitiveExample() |
|
|
|