Figure Asymptote generalities -- 013

Figure generalities 013 Generated with Asymptote

Show generalities/fig0130.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Fixedscaling | #Deferred drawing | #True size

// From Asympote's FAQ
size(10cm,0);

path p=(0,0)--(1,0);
picture object;
draw(object,scale(8cm)*p);

add(object);
add(object,(0,-40)); // Adds truesize object to currentpicture