From f39bcd75e2b1ad1a7a10a946eb1c8e5026111ad0 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Mon, 23 Dec 2024 18:04:46 +1100 Subject: [PATCH] utils: Add to TODO --- httpstatic/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httpstatic/utils.js b/httpstatic/utils.js index 6ab5b35a..171bafbe 100644 --- a/httpstatic/utils.js +++ b/httpstatic/utils.js @@ -123,6 +123,8 @@ export function TEXTFORMATTING(cfg) { INPUT({name: "strokecolor", type: "color"}), " Note: Outline works only in Chrome (including OBS)", //TODO at some point: Add a "stroke inside/outside" option. Works only in Chrome v123 eg OBS 31.0, very new as of 20241222. + //Alternate stroke style is done with "paint-order: stroke fill;" which will work really nicely for some fonts and such, + //but not for others. So maybe not call it "inside" and "outside" but just "alternate stroke style"?? ])]), cfg.use_preview && TR([TH("Preview bg"), TD(INPUT({name: "previewbg", type: "color"}))]), //Should this one be non-copiable? It's not quite a style, but not quite NOT a style either. TR([TH("Border"), TD([