summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/res/icons/closedpolygon.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
commitecdf859b6ce481abfd530425dcf6f0f764bd0001 (patch)
tree13bc161dc046876ac6c92fce5f9f5034ba9aa573 /graphics/asymptote/GUI/res/icons/closedpolygon.asy
parent790995b7e79697514364450bf9c04f1b8d500838 (diff)
CTAN sync 202112280300
Diffstat (limited to 'graphics/asymptote/GUI/res/icons/closedpolygon.asy')
-rw-r--r--graphics/asymptote/GUI/res/icons/closedpolygon.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/GUI/res/icons/closedpolygon.asy b/graphics/asymptote/GUI/res/icons/closedpolygon.asy
index 612bdcf010..871af18c85 100644
--- a/graphics/asymptote/GUI/res/icons/closedpolygon.asy
+++ b/graphics/asymptote/GUI/res/icons/closedpolygon.asy
@@ -2,6 +2,6 @@ defaultpen(2.5);
path p=W--NW--ENE--0.5*SE--cycle;
draw(p);
-dot(p,linewidth(12));
+dot(p,red+linewidth(12));
shipout(pad(64,64));