Skip to content

Commit

Permalink
fix kibot svg
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed May 9, 2021
1 parent 7e9962d commit 7260c62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ outputs:
# [number=300] [10,1200] dots per inch (resolution) of the generated image
dpi: 300
# [string='svg'] [svg,png,jpg] output format. Only used if no `output` is specified
format: 'png'
format: 'svg'
# [list(string)] list of components to highlight
# highlight:
# [list(string)] list of libraries
Expand Down Expand Up @@ -114,7 +114,7 @@ outputs:
# [number=300] [10,1200] dots per inch (resolution) of the generated image
dpi: 300
# [string='svg'] [svg,png,jpg] output format. Only used if no `output` is specified
format: 'png'
format: 'svg'
# [list(string)] list of components to highlight
# highlight:
# [list(string)] list of libraries
Expand Down Expand Up @@ -149,7 +149,7 @@ outputs:
# [number=300] [10,1200] dots per inch (resolution) of the generated image
dpi: 300
# [string='svg'] [svg,png,jpg] output format. Only used if no `output` is specified
format: 'png'
format: 'svg'
# [list(string)] list of components to highlight
# highlight:
# [list(string)] list of libraries
Expand Down Expand Up @@ -184,7 +184,7 @@ outputs:
# [number=300] [10,1200] dots per inch (resolution) of the generated image
dpi: 300
# [string='svg'] [svg,png,jpg] output format. Only used if no `output` is specified
format: 'png'
format: 'svg'
# [list(string)] list of components to highlight
# highlight:
# [list(string)] list of libraries
Expand Down

0 comments on commit 7260c62

Please sign in to comment.