From a299098957a85f38b7e68cf5b3f77c1e6e2600ad Mon Sep 17 00:00:00 2001 From: bulia byak Date: Mon, 1 Sep 2008 01:30:46 +0000 Subject: enable EPS export via cairo, use it instead of the old native one (bzr r6743) --- src/extension/init.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/extension/init.cpp') diff --git a/src/extension/init.cpp b/src/extension/init.cpp index b3f9bb405..940726df5 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -158,7 +158,7 @@ init() Internal::Svg::init(); Internal::Svgz::init(); //Internal::PsOutput::init(); // disabled, to be deleted, replaced by CairoPsOutput - Internal::EpsOutput::init(); + //Internal::EpsOutput::init(); // disabled, to be deleted, replaced by CairoEpsOutput Internal::PrintPS::init(); #ifdef HAVE_CAIRO_PDF if (prefs_get_int_attribute("options.useoldpdfexporter", "value", 1) == 1) { @@ -171,6 +171,7 @@ init() Internal::CairoRendererOutput::init(); } Internal::CairoPsOutput::init(); + Internal::CairoEpsOutput::init(); #endif #ifdef HAVE_POPPLER Internal::PdfInput::init(); -- cgit v1.2.3