Assessment2021 09Easy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
[[Image:Banners_cross.png|border]] | [[Image:Banners_cross.png|border]] | ||
<pre class='usr'> | <pre class='usr'> | ||
function drawFlag(ctx) | function drawFlag(ctx) | ||
{ | { |
Revision as of 13:05, 14 September 2021
1) Cross
2) Chevron
- 304 by 304
Input
xxxxxxxxxx
function drawFlag(ctx)
{
}
Output
function drawFlag(ctx) { }
function drawFlag(ctx) { }
3) Shields
- 288 by 288
Input
xxxxxxxxxx
function drawFlag(ctx)
{
}
Output
function drawFlag(ctx) { }
function drawFlag(ctx) { }
4) Fan
- 300 by 300
Input
xxxxxxxxxx
function drawFlag(ctx)
{
}
Output
function drawFlag(ctx) { }
function drawFlag(ctx) { }
5) Checks
- 294 by 294