Code

initial work, plugging in a LaTeX renderer to write the text stuff to a .tex file...
[inkscape.git] / src / extension / internal / cairo-renderer.cpp
index 6d75c1e5dc921d2a671a7425a64d01f145fb4a86..6e4bb3b7e366e8438c235ab21853627eb707c875 100644 (file)
@@ -598,6 +598,8 @@ CairoRenderer::renderItem(CairoRenderContext *ctx, SPItem *item)
 bool
 CairoRenderer::setupDocument(CairoRenderContext *ctx, SPDocument *doc, bool pageBoundingBox, SPItem *base)
 {
+// PLEASE note when making changes to the boundingbox and transform calculation, corresponding changes should be made to PDFLaTeXRenderer::setupDocument !!!
+
     g_assert( ctx != NULL );
 
     if (!base)