diff --git a/share/extensions b/share/extensions index 854f44de1e7f311a6889d6d30621cafb0f51bff3..f118b928978328102ff74b0f2460cbf8de9ac137 160000 --- a/share/extensions +++ b/share/extensions @@ -1 +1 @@ -Subproject commit 854f44de1e7f311a6889d6d30621cafb0f51bff3 +Subproject commit f118b928978328102ff74b0f2460cbf8de9ac137 diff --git a/share/themes b/share/themes index b3a0db69df45b6400053b2b21b2f45104518e7b0..2fc6ece138323f905c9b475c3bcdef0d007eb233 160000 --- a/share/themes +++ b/share/themes @@ -1 +1 @@ -Subproject commit b3a0db69df45b6400053b2b21b2f45104518e7b0 +Subproject commit 2fc6ece138323f905c9b475c3bcdef0d007eb233 diff --git a/src/3rdparty/2geom b/src/3rdparty/2geom index b29d60e49a58f4e8069544b44863b1a623e4ee59..cd58247d5b5d5ffe7293b4bbcde16419c3a7a7de 160000 --- a/src/3rdparty/2geom +++ b/src/3rdparty/2geom @@ -1 +1 @@ -Subproject commit b29d60e49a58f4e8069544b44863b1a623e4ee59 +Subproject commit cd58247d5b5d5ffe7293b4bbcde16419c3a7a7de diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp b/src/extension/internal/pdfinput/pdf-parser.cpp index e3d04d544b1777321829c8e7557626635e7d0c02..8792fb5b2d97dab8c04d9167c4d0cd486799cee3 100644 --- a/src/extension/internal/pdfinput/pdf-parser.cpp +++ b/src/extension/internal/pdfinput/pdf-parser.cpp @@ -2167,13 +2167,6 @@ void PdfParser::opSetFont(Object args[], int /*numArgs*/) fontChanged = gTrue; return; } - if (printCommands) { - printf(" font: tag=%s name='%s' %g\n", - font->getTag()->getCString(), - font->getName() ? font->getName()->getCString() : "???", - args[1].getNum()); - fflush(stdout); - } font->incRefCnt(); state->setFont(font, args[1].getNum()); diff --git a/src/style.cpp b/src/style.cpp index c623ceb337628ade4c8ebc247a574c3cf7b5216f..9ee9181a78cffb1c32d1ee0a96fadcd25f3fd8a0 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -684,7 +684,7 @@ SPStyle::readIfUnset(SPAttr id, gchar const *val, SPStyleSrc const &source ) { * will fail, since CSS always overwrites SVG attributes. * Fixes Bug #324849 */ - g_warning_once("attribute 'clip-path' given as CSS"); +// g_warning_once("attribute 'clip-path' given as CSS"); //XML Tree being directly used here. if (object) { @@ -695,7 +695,7 @@ SPStyle::readIfUnset(SPAttr id, gchar const *val, SPStyleSrc const &source ) { /** \todo * See comment for SPAttr::CLIP_PATH */ - g_warning_once("attribute 'mask' given as CSS"); +// g_warning_once("attribute 'mask' given as CSS"); //XML Tree being directly used here. if (object) {