Adding rendering code for escape, literal, and "."

This commit is contained in:
Jeff Avallone
2014-12-07 15:26:45 -05:00
parent f5d1e734f1
commit 9cc23183be
5 changed files with 104 additions and 61 deletions
+14 -2
View File
@@ -40,14 +40,26 @@
stroke: #000;
}
.anchor text {
.anchor text, .any-character text {
fill: #fff;
}
.anchor rect {
.anchor rect, .any-character rect {
fill: #6b6659;
}
.escape text, .literal text {
fill: #000;
}
.escape rect {
fill: #bada55;
}
.literal rect {
fill: #dae9e5;
}
.placeholder text {
fill: #fff;
font-weight: bold;