Inheritance relationships between an interface and it's sub interface are being generated incorrectly as dashed lines (..|>). The correct UML is for a solid line (--|>). A dashed line should be used between an interface and its implementing class. Inheritance between classes is a solid line, and this is working correctly.
Also, as noted in #239 the diagram appears upside down
Otherwise, thanks for the good work.
Inheritance relationships between an interface and it's sub interface are being generated incorrectly as dashed lines (..|>). The correct UML is for a solid line (--|>). A dashed line should be used between an interface and its implementing class. Inheritance between classes is a solid line, and this is working correctly.
Also, as noted in #239 the diagram appears upside down
Otherwise, thanks for the good work.