diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-12-11 00:32:34 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-12-11 00:32:34 +0000 |
| commit | 2ceb091e1e3956cf1386507571d23de569917b01 (patch) | |
| tree | 15609101e2c322aae72a147e8abdbb152343315a /src/sp-item.cpp | |
| parent | Fix for bug #837066: Bucket Tool regressions with Cairo renderer. (diff) | |
| download | inkscape-2ceb091e1e3956cf1386507571d23de569917b01.tar.gz inkscape-2ceb091e1e3956cf1386507571d23de569917b01.zip | |
Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive is present
(bzr r11950)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 3ca7d5d16..363aa8c17 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -1514,8 +1514,6 @@ Geom::Affine SPItem::i2dt_affine() const ret = i2doc_affine() * Geom::Scale(1, -1) * Geom::Translate(0, document->getHeight()); - - g_return_val_if_fail(desktop != NULL, ret); } return ret; } |
