Skip to content

Commit bb2a1e8

Browse files
committed
fix(doc): text1 not text-1
1 parent dd2daa0 commit bb2a1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/graphics/graphics-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphicEntityModule.createText("Hello World")
1414
.setFontSize(50)
1515
.setFillColor(0x000000); // Setting the text color to black
1616
```
17-
![Example](resources/text-1.png)
17+
![Example](resources/text1.png)
1818

1919
The only font family values that will work are:
2020
"Lato" and those that are available by default on all browsers.

0 commit comments

Comments
 (0)