Difference between revisions of "Road Sign Square"

From ProgZoo
Jump to navigation Jump to search
(Created page with "<pre id='shellbody' data-qtp='canvas'></pre> <div class=qu> border|Diversion Square * The yellow square has side 150, the radius of the corner is 4...")
 
Line 6: Line 6:
* The yellow is rgb(255,227,0)
* The yellow is rgb(255,227,0)
<pre class=usr>
<pre class=usr>
function drawFlag(ctx){
}
</pre>
<pre class=ans>
function drawFlag(ctx){
function drawFlag(ctx){
}
}
</pre>
</pre>
</div>
</div>

Revision as of 22:56, 18 August 2021


Diversion Square

  • The yellow square has side 150, the radius of the corner is 40.
  • The black square is 100, the line width is 16.
  • The yellow is rgb(255,227,0)
function drawFlag(ctx){
}
function drawFlag(ctx){
}