Skip to content

SVG conformance ? #144

@Kochise

Description

@Kochise

Hi, currently writing a LaTeX package to add nomnoml support, it appears Inkscape (and inkview.exe) cannot interpret correctly the produced svg output, ie. from your own example :

[<frame>Decorator pattern|
  [<abstract>Component||+ operation()]
  [Client] depends --> [Component]
  [Decorator|- next: Component]
  [Decorator] decorates -- [ConcreteComponent]
  [Component] <:- [Decorator]
  [Component] <:- [ConcreteComponent]
]

Check this out :

https://tools.ietf.org/html/draft-brownlee-svg-rfc-13 <- https://tools.ietf.org/id/svg

The main "problem" is that transparent is not recognized as a valid command by Inkscape.

Please check the result not just in web browsers, but also with more conformant and less forgiving tools.

Anyway, good job overall...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions