Bitmap/Flood fill: Difference between revisions

m
→‎{{header|Tcl}}: link to tk library
(add Tcl)
m (→‎{{header|Tcl}}: link to tk library)
Line 502:
 
=={{header|Tcl}}==
{{libheader|Tk}}
Using code from [[Basic bitmap storage#Tcl]], [[Bresenham's line algorithm#Tcl]] and [[Midpoint circle algorithm#Tcl]]
<lang tcl>package require Tcl 8.5
Anonymous user