WIP: SVG import & rasterization

Updated AntiGrain (agg) library to 2.5
Added agg_svg library from AntiGrain 2.5
added src/slic3r/Utils/SVGImport.cpp/hpp
This commit is contained in:
bubnikv 2019-02-07 12:06:51 +01:00
parent a2478b7faa
commit 9b15908a47
59 changed files with 10646 additions and 3586 deletions
src/slic3r/GUI

View file

@ -27,6 +27,7 @@
#include <fstream>
#include "GUI_App.hpp"
#include "Utils/SVGImport.hpp"
namespace Slic3r {
namespace GUI {
@ -35,6 +36,9 @@ MainFrame::MainFrame() :
wxFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, "mainframe"),
m_printhost_queue_dlg(new PrintHostQueueDialog(this))
{
Slic3r::Utils::vojtikuv_pokus();
// Load the icon either from the exe, or from the ico file.
#if _WIN32
{