ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.88k stars 109 forks source link

svg file not rendering properly #64

Closed nkh closed 4 years ago

nkh commented 4 years ago

The text below renders properly in the svgbob editor, downloading the svg file and opening it in a browser didn't work. I tried Chrome and Edge.


                                          .---------------------------------------------------.
                                          |                     releaser                      |
                                          |---------------------------------------------------|
                                          |  .------------------------.                       |
                                          |  |       semla_OEM        |                       |
                                          |  |------------------------|                       |
  .-------------.                         |  | .--------------------. |                       |
  | library dir |----------------------------->|  packagetool_OEM   |------------------------------.
  '-------------' .------------------.    |  | '--------------------' |                       |    |
                  | build_config_OEM |    |  | .--------------------. |                       |    |
                  |------------------|    |  | |      LVE_OEM       | |                       |    |
                  | encryption keys  |------>| |--------------------| |                       |    |
                  | licensing type   |    |  | | .----------------. | |                       |    |
                  '------------------'    |  | | | decryption_OEM | | |                       |    |
                                          |  | | '----------------' | |                       |    |
                                          |  | | .----------------. | |                       |    |
                                          |  | | | licensing_OEM  | | |                       |    |
                                          |  | | '----------------' | |   .----------------.  |    |
                                          |  | '--------------------' |   | HTML Generator |  |    |
                                          |  '------------------------'   '----------------'  |    |
                                          |               |                        |          |    |
                                          '---------------|------------------------|----------'    |
                                                          |                        V               |
    .-----------------------------------.                 |              .--------------------.    |
    |            library.mol            |                 |              | HTML documentation |    |
    |-----------------------------------|                 |              '--------------------'    |
    |                                   |                 |                                        |
    |       .--------------------.      |                 |                                        |
    |       |      LVE_OEM       |      |                 |                                        |
    |       |--------------------|      |                 |                                        |
    |       | .----------------. |      |     copied to   |                                        |
    |       | | decryption_OEM | |      |                 |                                        |
    |       | '----------------' |<-----------------------'                                        |
    |       | .----------------. |      |                                                          |
    |       | | licensing_OEM  | |      |                                                          |
    |       | '----------------' |      |                                                          |
    |       '--------------------'      |     encrypted                                            |
    |          .-------------.          |                                                          |
    |          | library.moc |<--------------------------------------------------------------------'
    |          '-------------'          |
    '-----------------------------------'
ivanceras commented 4 years ago

Thanks for reporting @nkh , I pushed out a new version to fix the issue. You should be able to download the svg file now correctly.

nkh commented 4 years ago

Works fine.

Still using it with Asciio ;)