Skip to content

Commit d0fe873

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Turtle.get_PNG/JPEG/WEBP requirement clarification ( Fixes #110 )
1 parent 69118a5 commit d0fe873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Turtle.types.ps1xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ if ($VerbosePreference -ne 'SilentlyContinue') {
15701570
<ScriptProperty>
15711571
<Name>JPEG</Name>
15721572
<GetScriptBlock>
1573-
$chromiumNames = 'chromium','chrome','msedge'
1573+
$chromiumNames = 'chromium','chrome'
15741574
foreach ($browserName in $chromiumNames) {
15751575
$chromiumCommand =
15761576
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -1881,7 +1881,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.PatternTransform' -Va
18811881
<ScriptProperty>
18821882
<Name>PNG</Name>
18831883
<GetScriptBlock>
1884-
$chromiumNames = 'chromium','chrome','msedge'
1884+
$chromiumNames = 'chromium','chrome'
18851885
foreach ($browserName in $chromiumNames) {
18861886
$chromiumCommand =
18871887
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -2136,7 +2136,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.ViewBox' -Value $view
21362136
<ScriptProperty>
21372137
<Name>WEBP</Name>
21382138
<GetScriptBlock>
2139-
$chromiumNames = 'chromium','chrome','msedge'
2139+
$chromiumNames = 'chromium','chrome'
21402140
foreach ($browserName in $chromiumNames) {
21412141
$chromiumCommand =
21422142
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')

0 commit comments

Comments
 (0)