summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/gc/transform.asy
blob: abeef0565644f4bc59b9c62f88bbe8fdfa9344cf (plain)
1
2
3
4
5
6
path p=unitsquare;

for (int i = 0; i < 1e7; ++i)
{
  scale(2.0)*p;
}