We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2bf17 commit 5190db0Copy full SHA for 5190db0
learn/index.html
@@ -427,7 +427,7 @@ <h2 id="StylingNodes">Styling Nodes</h2>
427
// or when the image is partially transparent.
428
{ margin: 10, width: 50, height: 50, background: "red" })
429
// Picture.source is data bound to the "source" attribute of the model data
430
- .bind("source")),
+ .bind("source"),
431
new go.TextBlock("Default Text", // the initial value for TextBlock.text
432
// some room around the text, a larger font, and a white stroke:
433
{ margin: 12, stroke: "white", font: "bold 16px sans-serif" })
@@ -952,4 +952,4 @@ <h2 class="text-base font-semibold text-nwoods-primary">Company</h2>
952
}
953
);
954
</script>
955
-</html>
+</html>
0 commit comments