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...
Hi, currently writing a LaTeX package to add
nomnomlsupport, it appearsInkscape(andinkview.exe) cannot interpret correctly the producedsvgoutput, ie. from your own example :Check this out :
https://tools.ietf.org/html/draft-brownlee-svg-rfc-13 <- https://tools.ietf.org/id/svg
The main "problem" is that
transparentis not recognized as a valid command byInkscape.Please check the result not just in web browsers, but also with more conformant and less forgiving tools.
Anyway, good job overall...