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

Show generalities/fig0760.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Label | #Transform/scale/shift/rotate | #Fill/Unfill
frame f; label(f,"\textbf{Hello}",yellow,Fill(black)); add(scale(5)*rotate(45)*f);