diff --git a/src/templ/templ-pleb.svg b/src/templ/templ-pleb.svg new file mode 100644 --- /dev/null +++ b/src/templ/templ-pleb.svg @@ -0,0 +1,18 @@ +{% extends "templ.svg" %} + +{% block style %} +rect{fill:white;stroke:black;stroke-width:1px} +text{font-family:"DejaVu Sans";text-anchor:middle;} +line{stroke:black;stroke-width:0.7px} +circle{stroke:black} +circle.b, text.w, text.e{fill:black} +circle.w, text.b{fill:white} +circle.e {stroke:none;fill:white} +{% endblock %} + +{% macro labeledPoint(p) %} + + + {{p.label}} + +{% endmacro %}