This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tributary.init = function(ctx) { | |
| }; | |
| tributary.run = function(ctx,t) { | |
| tributary.clear(); //helper function to clear the canvas | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| var backgroundColor = 'rgb(200,200,200)'; | |
| tributary.init = function(ctx) { | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| var backgroundColor = 'rgb(200,200,200)'; | |
| tributary.init = function(ctx) { | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| var backgroundColor = "#F1F1F1"; | |
| tributary.init = function(ctx) { | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //rectangle area parameters | |
| var xT = 20; | |
| var yT = 20; | |
| var W = 500; | |
| var H = 500; | |
| //graphic parameters | |
| var backgroundColor = "#F1F1F1"; |
OlderNewer