fix cli render

This commit is contained in:
Alexander Wang 2023-12-14 13:07:55 -08:00
parent e0650fb788
commit 16ac8d28af
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 81 additions and 79 deletions

View file

@ -851,6 +851,8 @@ func _render(ctx context.Context, ms *xmain.State, plugin d2plugin.Plugin, opts
ThemeID: opts.ThemeID,
DarkThemeID: opts.DarkThemeID,
MasterID: opts.MasterID,
ThemeOverrides: opts.ThemeOverrides,
DarkThemeOverrides: opts.DarkThemeOverrides,
Scale: scale,
})
if err != nil {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB