SVG ANSI Text
Renders Text containing ANSI escape sequences as SVG.
The spacing between lines, in font-emphasis. By default, 1.2.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | true (ByPropertyName) |
The foreground color. By default, white. All elements that use the -ForegroundColor will also use the CSS class foreground-fill.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | named | false |
The background color. By default, black. All items colored in black will also use the class background-fill.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | named | false |
The console color palette.
ANSI colors use a 3 bit palette (0-7), with an additional bit for brightness.
This array contains default color used to fill each of the items in a 3-bit palette.
By default, in order:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String[]] |
false | named | false |
SVG.ANSI [-LineSpacing <Double>] [-ForegroundColor <String>] [-BackgroundColor <String>] [-ConsolePalette <String[]>] [<CommonParameters>]