Skip to content

Commit 13ffb4a

Browse files
committed
Updated README.md
1 parent 380eae9 commit 13ffb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CanvasScript.wrap(Canvas canvas)
3030

3131
This will return a script instance wrapped around an existing `Canvas` (i.e. if you are trying to use the script to render in a custom view object) where all drawing calls will be directed and rendered to.
3232

33-
-
33+
---
3434

3535
Once you have initialized your script object you can then start chaining drawing and paint calls that will be combined sequentially in the order they were called when you call the `.draw()` function. If you created your script using **Method #1** then it will return the provided/created `Bitmap` that was drawn upon. If you created your script using **Method #2** then it will return `null`.
3636

0 commit comments

Comments
 (0)