From 79c342586315e43c51c939952ec29bafbeb9d781 Mon Sep 17 00:00:00 2001 From: Joaquim Date: Thu, 28 May 2026 03:01:55 +0100 Subject: [PATCH] pstext: issue in transparent outlines for superscripts Fix # 5481 Assisted-by: Claude Opus 4.7 --- src/postscriptlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postscriptlight.c b/src/postscriptlight.c index f40dfe373b6..bbd9417d843 100644 --- a/src/postscriptlight.c +++ b/src/postscriptlight.c @@ -5702,7 +5702,7 @@ int PSL_plottext (struct PSL_CTRL *PSL, double x, double y, double fontsize, cha char *piece = NULL, *piece2 = NULL, *ptr = NULL, *string = NULL, previous[BUFSIZ] = {""}, *plast = NULL; /* PS strings to be used dependent on "mode" */ - const char *op[4] = {"Z", "false charpath fs", "false charpath fs", "false charpath V S U fs"}; + const char *op[4] = {"Z", "false charpath fs", "false charpath fs", "false charpath V S U fs currentpoint N M"}; /* PS strings to be used dependent on "justify". Empty strings added for unused values. */ const char *justcmd[12] = {"", "bl ", "bc ", "br ", "", "ml ", "mc ", "mr ", "", "tl ", "tc ", "tr "}; /* PS strings to be used dependent on "justify%4". Empty string added for unused value. */