2022-11-26 03:32:39PM
This commit is contained in:
parent
b8fd3de179
commit
0191306b83
1 changed files with 0 additions and 1 deletions
|
|
@ -208,7 +208,6 @@ func compile(ctx context.Context, ms *xmain.State, plugin d2plugin.Plugin, theme
|
||||||
|
|
||||||
out := svg
|
out := svg
|
||||||
if filepath.Ext(outputPath) == ".png" {
|
if filepath.Ext(outputPath) == ".png" {
|
||||||
// TODO this may be desirable even for SVGs. Should make it a flag
|
|
||||||
svg, err = imgbundler.Inline(ms, svg)
|
svg, err = imgbundler.Inline(ms, svg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue