index
:
CTAN
master
CTAN daily syncs as git repository
norbert@preining.info
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
asymptote
/
tests
/
gc
/
pen.asy
blob: 691cf6dea8ac01880ef8015b1c01b51f1796450b (
plain
)
1
2
3
4
for (int i = 0; i < 1e7; ++i) { pen p = linetype(new real[] {1,2}); }