Closed jstaahl closed 8 years ago
After a lot of trial and error, it seems that a third party library would be required to render the XML properly as mentioned. There now exists a starting point for implementation using a viable third party library. This is still open.
Right now the only way to view the triangle produced by
is to open the output file in a web browser.
Create a swing GUI using some library for viewing HTML5 documents such as JavaFX which will display the xml file outputted by the program. See: http://docs.oracle.com/javafx/2/swing/swing-fx-interoperability.htm
Your swing GUI should also include zoom buttons to allow the user to zoom as far in or out as they like (after all, we are working with Scalable Vector Graphics).
~estimated 300