summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5092b8c)
raw | patch | inline | side by side (parent: 5092b8c)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 22 Apr 2007 00:50:10 +0000 (00:50 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 22 Apr 2007 00:50:10 +0000 (00:50 +0000) |
src/extension/internal/pdf-cairo.cpp | patch | blob | history |
index 17de2e5f64293369ae8db1960f4f46fe5eb14293..0b500864d14c189b1a9bab81a4b0adcac55adae5 100644 (file)
PrintCairoPDF::text(Inkscape::Extension::Print *mod, char const *text, NR::Point p,
SPStyle const *const style)
{
- //bool dirty_pattern = false;
+ bool dirty_pattern = false;
if (!_stream) return 0; // XXX: fixme, returning -1 as unsigned.
if (_bitmap) return 0;