Activity for dxf2svg-inkscape

  • Graham Toal Graham Toal modified a comment on discussion Help

    I was able to extract the filenames from the corrupt zip and search for them - found an identical set of files at http://striker.interhact.net/inkscape/inkscape-svn/src/extension/dxf2svg/ However the files need a bit of tweaking to compile: any #include <string> needs to be changed to #include <string.h> (and the same header has to be added to several other files). And there are a bunch of arrays whose bounds are exceeded at runtime - I doubled the sizes of most arrays to get it to run on a few input...

  • Graham Toal Graham Toal posted a comment on discussion Help

    I was able to extract the filenames from the corrupt zip and search for them - found an identical set of files at http://striker.interhact.net/inkscape/inkscape-svn/src/extension/dxf2svg/ However the files need a bit of tweaking to compile: any #include <string> needs to be changed to #include <string.h> (and the same header has to be added to several other files). And there are a bunch of arrays whose bounds are exceeded at runtime - I doubled the sizes of most arrays to get it to run on a few input...

  • Paolo Paolo created ticket #3

    zip file Corrupted

1