asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
435 stars 106 forks source link

Enable remaining linux tests #321

Closed snecklifter closed 3 years ago

snecklifter commented 3 years ago

Various tests are listed as not working on linux. I have worked through getting these enabled on GitHub Actions. There are currently 4 broken tests which appear to be valid.

snecklifter commented 3 years ago

@pepijnve as per commit message, it looks like the errors are valid (?) so will merge to enable you to investigate and hopefully resolve but pls let me know if you have a preferred way of working, will look at os x next. :)

pepijnve commented 3 years ago

That svgbob scaling issue is caused by the default scale not actually being 1. See https://github.com/ivanceras/svgbob/pull/71