🔗Asymptote Gallery Tagged by “Layer” #87
đź”—generalities-fig078

Show generalities/fig0780.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Label | #Layer
label(scale(5)*"\textbf{Cancel}"); draw((min(currentpicture).x,0)--(max(currentpicture).x,0), 6bp + red * 0.8);
đź”—generalities-fig079

Show generalities/fig0790.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Label | #Layer
label(scale(6)*"\textbf{Cancel}"); layer(); draw((min(currentpicture).x,0)--(max(currentpicture).x,0), 6bp + red * 0.8);
đź”—generalities-fig157

Show generalities/fig1580.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Graphic | #Layer | #Label
size(0,0); label(graphic("dali.eps","width=10cm")); layer(); draw(scale(2cm)*unitcircle,linewidth(.75mm)); shipout(bbox(.25cm,Fill));
đź”—opacity-fig018

Show opacity/fig0180.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Opacity
Tags : #Opacity | #Layer | #Label | #Fill/Unfill | #Shipout | #Bbox | #Shading
size(4cm,0); dotfactor*=5; dot(scale(2)*"A",(0.5,1),5N); layer(); dot(scale(2)*"B",(1.5,1),5N); filldraw(scale(2)*unitsquare, lightgray+opacity(.5)); shipout(bbox(5mm,black,RadialShade(lightblue,darkblue)), "pdf");