mirror of
https://github.com/bitcoin/bips.git
synced 2026-06-01 17:15:27 +00:00
Bring back transparent background to figures
Black arrows are visible only in light theme (unless white background for dark theme). Two-color arrows are visible in light theme and in dark theme.
This commit is contained in:
9
bip-0174/build.sh
Executable file
9
bip-0174/build.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
pdflatex -output-format=pdf coinjoin-workflow.tex && \
|
||||
inkscape --with-gui --export-text-to-path \
|
||||
--export-plain-svg=coinjoin-workflow.svg coinjoin-workflow.pdf && \
|
||||
pdflatex -output-format=pdf multisig-workflow.tex && \
|
||||
inkscape --with-gui --export-text-to-path \
|
||||
--export-plain-svg=multisig-workflow.svg multisig-workflow.pdf && \
|
||||
echo '"success"'
|
||||
Reference in New Issue
Block a user