Class-Diagram: "Implements"-relationship not dashed in svg-Diagrams

0 votes
asked Oct 7, 2014 in Bug by bluesky_593 (120 points)
The png-diagram shows the "implements"-relationship correctly with a dashed line. In the svg-diagram however the line is solid. I assume this is not correct.

I am using the latest version (8008)

1 Answer

0 votes
answered Oct 8, 2014 by plantuml (294,960 points)
Hello,

This is strange, this works fine for us :

http://www.plantuml.com/plantuml/svg/Iyv9B2vMIClFLyZCBSX9pKtDAobMI4ei0W00

(At least, in Firefox & Chrome).

Do you still have the issue ? Which SVG reader are you using ?
commented Oct 8, 2014 by bluesky_593 (120 points)
You are right. Konqueror on Linux shows a solid line. LibreOffice Draw, Firefox and Gimp show the diagram correctly.
LibreOffice Writer has a different issue: it does not show the vertical dashed line from MaryImpl to Mary, only the arrow.
@startuml
interface Mary
abstract class MaryImpl implements Mary
interface Bob
class BobtImpl extends MaryImpl implements Bob
@enduml

I am new to PlantUML, but I like it very much. Thanks
...