Difference between revisions of "Assessment2021 09Medium"

From ProgZoo
Jump to navigation Jump to search
 
Line 28: Line 28:
==Squares==
==Squares==
<div class='qu' data-width="100" data-height="300">
<div class='qu' data-width="100" data-height="300">
*294 by 336
*100 by 300
*Squares are 50 by 50
*Squares are 50 by 50
*Cross has thickness 6
*Cross has thickness 6

Latest revision as of 07:37, 18 September 2021




Check Stripe

  • 294 by 336

Banners CheckStripe.png

function drawFlag(ctx)
{
}  

Stripes

  • 102 by 300
  • 7 stripes
  • 2 pixel white border
  • each stripe is 28 pixels

Banners Stripes.png

function drawFlag(ctx)
{
}  

Squares

  • 100 by 300
  • Squares are 50 by 50
  • Cross has thickness 6

Banners Squares.png

function drawFlag(ctx)
{
}  

Shield Border

  • 294 by 294

Banners ShieldBorder.png

function drawFlag(ctx)
{
}