runceel / plantumlpreview

MIT License
15 stars 6 forks source link

Preview does not render correctly #19

Closed derchirurg closed 7 years ago

derchirurg commented 7 years ago

The preview window does not show the UML correctly. Please see the attached image. The export does it correctly with background color. plantuml

Correct: plantuml

derchirurg commented 7 years ago

I found a solution. I just need to add on top skinparam style strictuml

So it looks like:

@startuml
skinparam style strictuml
class Test {
    +string ToString()
}
@enduml
runceel commented 7 years ago

Thank you for you feedback!