fix canvas doc
Stefan Schuermans

Stefan Schuermans commited on 2018-08-14 13:10:32
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -14,7 +14,7 @@
14 14
     <h2>Configuration</h2>
15 15
     <p>
16 16
       The configuration of the canvas module with name <code>NAME</code>
17
-      is located in the <code>canvas/NAME</code> subdirectory.
17
+      is located in the <code>canvases/NAME</code> subdirectory.
18 18
     </p>
19 19
     <h3>Format</h3>
20 20
     <p>
... ...
@@ -51,7 +51,7 @@
51 51
     <p>
52 52
       The file <code>srcpos</code> defines the top-left corner of the
53 53
       recangular section to be taken from the stream.
54
-      The file must contain a string <code>&lt;x&gt;x&lt;y&gt;</code>.
54
+      The file must contain a string <code>&lt;x&gt;,&lt;y&gt;</code>.
55 55
     </p>
56 56
     <h4>Size</h4>
57 57
     <p>
... ...
@@ -63,7 +63,7 @@
63 63
     <p>
64 64
       The file <code>destpos</code> defines the top-left corner of the
65 65
       recangular section on the canvas to draw to.
66
-      The file must contain a string <code>&lt;x&gt;x&lt;y&gt;</code>.
66
+      The file must contain a string <code>&lt;x&gt;,&lt;y&gt;</code>.
67 67
     </p>
68 68
     <h3>Output Stream</h3>
69 69
     <p>
70 70