Posted to tcl by avl42 at Fri Dec 15 14:35:00 GMT 2017view raw

  1. canvas .c -bg white -width 200 -height 200; pack .c -expand yes -fill both
  2. .c create rect 100 0 200 200 -fill yellow -width 0
  3. .c create oval 50 50 150 150 -outlinestipple gray12 -outline blue -width 50
  4.  
  5. # result: https://imgur.com/a/BDX1C