Menu

#15 sequence taglet does not save png files

v1.0 (example)
closed
nobody
None
5
2016-04-25
2011-10-18
No

The problem is in net.sf.sdedit.taglet.SequenceTaglet method generateOutput.

The file path and type arguments are switched:
device.saveImage(imageFile.getAbsolutePath(),"PNG");

it should be
device.saveImage("PNG", imageFile.getAbsolutePath());

Discussion

  • Markus Strauch

    Markus Strauch - 2016-04-25

    The taglet now produces inline SVG.

     
  • Markus Strauch

    Markus Strauch - 2016-04-25
    • status: open --> closed
    • Group: --> v1.0 (example)
     

Log in to post a comment.