You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ There are basically **two** groups of methods: **Paint** methods, and **Canvas**
41
41
42
42
These methods modify an internally tracked `Paint` object that can be implicitly provided for all the `Canvas` drawing calls so you don't have to keep track of creating and supplying your own (unless you want to).
One of these methods must be called to initialize the internal paint object before calling and implicity canvas method or else you will get an `IllegalStateException`
47
47
@@ -50,7 +50,7 @@ One of these methods must be called to initialize the internal paint object befo
50
50
These methods are instructions for calls to the `Canvas` object to be rendered sequentially:
There is a version of every call to account for all possible drawing methods for their `Canvas` equivelents. There is also a duplicate call where you can supply your own `Paint` object for rendering instead of using the internally tracked one mentioned above.
0 commit comments