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 ad99755 commit d033ff4Copy full SHA for d033ff4
docs/src/joint/api/shapes/standard/InscribedImage.html
@@ -35,7 +35,7 @@
35
</tr>
36
</table>
37
38
-<pre><code>var inscribedImage = new joint.shapes.standard.InscibedImage();
+<pre><code>const inscribedImage = new joint.shapes.standard.InscribedImage();
39
inscribedImage.resize(150, 100);
40
inscribedImage.position(225, 410);
41
inscribedImage.attr('root/title', 'joint.shapes.standard.InscribedImage');
0 commit comments