summaryrefslogtreecommitdiffstats
path: root/packages/svgbob/Behavior.md
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-09-13 15:45:55 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-09-13 15:45:55 +0800
commit277f28b337a2d00a61cf342247060cf5fbf88d50 (patch)
treebc69da069d18061457356e74ad74e5aad3c700e0 /packages/svgbob/Behavior.md
parent06c4e56d16d3c4d06434bf920a62ee8926a3db9a (diff)
Reorganize directory structure, update to sauron 0.43.40.6.2
Diffstat (limited to 'packages/svgbob/Behavior.md')
-rw-r--r--packages/svgbob/Behavior.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/packages/svgbob/Behavior.md b/packages/svgbob/Behavior.md
new file mode 100644
index 0000000..4b001eb
--- /dev/null
+++ b/packages/svgbob/Behavior.md
@@ -0,0 +1,39 @@
+
+`.` will make a rounded corner for top-left and top-right
+`,` will make a rounded corner, only on the top-left
+`\`` will make a rounded corner for bottom-left
+`'` will make a rounded corner for bottom-left and bottom-right
+
+`+` will make a sharp corner when connected from 2 perpendicular lines.
+will become a cross-section when connected from 4 directions (top, right, bottom, left)
+
+`\*` is a small solid circle when connected to a line
+
+`o` is a small clear circle when connected to a line
+`O` is a bigger clear circle when connected to a line
+
+`-` is a solid line
+ when 3 `- - -` is separated by space will make a broken line
+
+`|` is a vertical line
+
+`~` is a broken line
+
+`\_` is a lowered solid line
+
+`:` is a vertical broken line
+
+`!` is a vertical broken line
+
+`<` will make an arrow to the left if a line connects from right
+
+`>` will make an arrow to the right if a line connects from left
+
+`V` will make an arrow pointing bottom if a line connects from top
+ will make an arrow pointing bottom-left if a line connects from top-right
+ will make an arrow pointing bottom-right if a line connects from top-left
+
+`^` will make an upward arrow if a line connects from bottom
+ will make an arrow pointing top-left if a line connects from bottom-right
+ will make an arrow pointing top-right if a line connects from bottom-left
+