diff options
author | Norbert Preining <norbert@preining.info> | 2019-11-07 03:01:39 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-11-07 03:01:39 +0000 |
commit | 2e1d63b8ed8c6b7c6d206bfe9e2712797108e8bd (patch) | |
tree | 7ea198b043998590117b2730e9dec10327ef3da3 /graphics/asymptote/GUI/res/icons/openpolygon.asy | |
parent | 590fd8b560523cdaea19c59aea61e781138e87f8 (diff) |
CTAN sync 201911070301
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/openpolygon.asy')
-rw-r--r-- | graphics/asymptote/GUI/res/icons/openpolygon.asy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/asymptote/GUI/res/icons/openpolygon.asy b/graphics/asymptote/GUI/res/icons/openpolygon.asy index 19f4d5cb03..22f7b09da7 100644 --- a/graphics/asymptote/GUI/res/icons/openpolygon.asy +++ b/graphics/asymptote/GUI/res/icons/openpolygon.asy @@ -1,7 +1,7 @@ -real pixel=1inch/96; -size(32*pixel,IgnoreAspect); -defaultpen(1.75bp); +defaultpen(2.5); path p=W--NW--ENE--0.5*SE; draw(p); -dot(p,linewidth(8pixel)); +dot(p,linewidth(12)); + +shipout(pad(64,64)); |