Figure Asymptote generalities -- 077
🔗This picture comes from the Asymptote gallery of topic generalities

Show generalities/fig0770.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Label | #Transform/scale/shift/rotate | #Fill/Unfill
frame f; filldraw(scale(5cm)*unitsquare, black); label(f,"Hello", 0.8*red, Fill(white)); add(rotate(45) * scale(5) * f, (2.5cm,2.5cm));