2023-10-14 01:48:58 +00:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: SVGBob Code Block
|
2024-08-29 19:12:57 +00:00
|
|
|
# uuid: 766b0370-03cf-cd14-ebe3-e3c8f1f892ef
|
2023-10-14 01:48:58 +00:00
|
|
|
# key: <svgbob
|
|
|
|
# condition: t
|
|
|
|
# --
|
|
|
|
|
|
|
|
#+BEGIN_SRC svgbob :results file :file images/$1.svg :background transparent :stroke-color $2 :exports results :text-color $3
|
|
|
|
$4
|
|
|
|
#+END_SRC
|