Closed archenroot closed 5 years ago
Same issue:
zangetsu@ares ~/Downloads/Stencils $ /usr/bin/vss2svg-conv --input=SOACP_Visio_Stencil.vss --output=/home/zangetsu/Downloads/Stencils/soacp
Service Inventory:74: parser error : internal error: Huge input lookup
AAAAAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAACIAAAAMAAAA/////w4AAAAUAAAAAAAAABAAAAAUAAAA"
^
File to download http://www.arcitura.com/notation
The error is fixed by:
https://github.com/kakwa/libvisio2svg/commit/206765f610bd5078c76fe7761750fd9223d7de5a
However, with the CCP stencils you point, the result is "empty" SVGs.
In fact the SVGs are not empty, libvisio/librevenge places most of the content outside the image (ex with "Actively Processing", the content is positioned at x="3456.0000" y="-756.0000", with an image with dimensions of width="38.6615" height="38.7120" it's rather strange...).
vss2xhtml (the tool from libvisio, which generate SVG to, without handling emf/wmf blobs) gives the same weird values.
Thanks for fix. I will look into this tomorrow in more detail. I don't know these libraries much so probably, but understand in general what is wrong here. Thanks for explanation. Well actually these stencils are core of my design toolset, so lets try to realize where the root cause lies.
There is not a lot of things I could do except opening a bug in libvisio bugzilla.
This project is only a glue between:
I've opened a ticket there:
Otherwise, even if it's not the most practical thing to do, you can rework the generated SVG in inkscape or directly by editing directly the SVG file.
I see :-), so in minimum we have workaround.
Thanks for the bug opened.
Hi buddy, could you please provide more information on the upstream bug opened?
Hi, sorry for the delay, I've uploaded the screeshots to upstream
@kakwa - not big deal, the problem is mainly with upstream... lets see if they will ever fix this...
Thanks a lot for support.
Closing it as it's now a duplicate of https://github.com/kakwa/libvisio2svg/issues/15
While trying to convert following Stencil: http://arcitura.com/system/application/visio/CCP_Visio_Stencil.zip
I experienced: