Skip to content

Commit

Permalink
utils: Add to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Dec 23, 2024
1 parent 5350fa5 commit f39bcd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httpstatic/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit f39bcd7

Please sign in to comment.