summaryrefslogtreecommitdiffstats
path: root/svgbob/examples/spec1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/examples/spec1.svg')
-rw-r--r--svgbob/examples/spec1.svg45
1 files changed, 0 insertions, 45 deletions
diff --git a/svgbob/examples/spec1.svg b/svgbob/examples/spec1.svg
deleted file mode 100644
index e3c874a..0000000
--- a/svgbob/examples/spec1.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-<svg font-family="arial" font-size="14" height="16" width="24" xmlns="http://www.w3.org/2000/svg">
-<defs>
-<marker id="triangle" markerHeight="10" markerUnits="strokeWidth" markerWidth="10" orient="auto" refX="15" refY="10" viewBox="0 0 50 20">
-<path d="M 0 0 L 30 10 L 0 20 z"/>
-</marker>
-</defs>
-<style>
-
- line, path {
- stroke: black;
- stroke-width: 2;
- stroke-opacity: 1;
- fill-opacity: 1;
- stroke-linecap: round;
- stroke-linejoin: miter;
- }
- circle {
- stroke: black;
- stroke-width: 2;
- stroke-opacity: 1;
- fill-opacity: 1;
- stroke-linecap: round;
- stroke-linejoin: miter;
- }
- circle.solid {
- fill:black;
- }
- circle.open {
- fill:transparent;
- }
- tspan.head{
- fill: none;
- stroke: none;
- }
-
-</style>
-<text x="1" y="12">
--
-</text>
-<line x1="12" x2="8" y1="8" y2="8"/>
-<line x1="12" x2="16" y1="8" y2="8"/>
-<text x="17" y="12">
--
-</text>
-</svg> \ No newline at end of file