bakunin95 / wavi

Web Application Viewer - generate class diagram for web application
Other
145 stars 23 forks source link

Wavi generates invalid png file. #20

Closed jjekstrom closed 7 years ago

jjekstrom commented 7 years ago

jekstrom@ubuntu:~/Dev$ nodejs /usr/bin/wavi sparse/website/ sparse.png Processing website: /home/jekstrom/Dev/sparse/website finished analyzing, now generating graph Graph generated: /home/jekstrom/Dev/sparse.png Execution time: 30.846

Fatal error: sparse.png not a png file

jekstrom@ubuntu:~/Dev$ nodejs -v v6.9.4 jekstrom@ubuntu:~/Dev/sparse$ npm -v 3.10.10

Ubuntu 16.04.1

I can't seem to get wavi to generate a valid png file. What am I missing? website.tar.gz

bakunin95 commented 7 years ago

You are right, wavi generates svg and my example was using png. I fixed the readme file, sorry for the inconvenience.