Making it possible to have style/% in class definitions as described in issue #54

This commit is contained in:
knsv
2015-01-08 08:20:07 +01:00
parent 5a720b6d63
commit 952723706b
8 changed files with 37 additions and 17 deletions

View File

@@ -56,7 +56,7 @@
cyr[Cyrillic]-->cyr2((Circle shape Начало))
end
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px,font-size:50%,font-style:bold;
class sq,e green
class di orange
</div>