diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-19 05:51:51 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-19 05:51:51 +0000 |
| commit | 7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef (patch) | |
| tree | 39010abeba82af91910208dceb6bda1b3fe0b79f /src/extension/internal/gnome.cpp | |
| parent | Move more dialog event handling into Dialog class, work in progress on (diff) | |
| download | inkscape-7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef.tar.gz inkscape-7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef.zip | |
r16593@tres: ted | 2007-09-18 09:16:31 -0700
Commenting out convolve completely and removing flop.
(bzr r3768)
Diffstat (limited to 'src/extension/internal/gnome.cpp')
| -rw-r--r-- | src/extension/internal/gnome.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/internal/gnome.cpp b/src/extension/internal/gnome.cpp index 4bdec5f98..0ea658f68 100644 --- a/src/extension/internal/gnome.cpp +++ b/src/extension/internal/gnome.cpp @@ -212,7 +212,7 @@ PrintGNOME::fill(Inkscape::Extension::Print *mod, t[4] = ctm->c[4]; t[5] = ctm->c[5]; - if (style->fill.type == SP_PAINT_TYPE_COLOR) { + if (true) { float rgb[3], opacity; sp_color_get_rgb_floatv (&style->fill.value.color, rgb); gnome_print_setrgbcolor (_gpc, rgb[0], rgb[1], rgb[2]); @@ -230,7 +230,7 @@ PrintGNOME::fill(Inkscape::Extension::Print *mod, } else { gnome_print_fill (_gpc); } - } else if (style->fill.type == SP_PAINT_TYPE_PAINTSERVER) { + } else if (true) { SPPainter *painter; NRRect dpbox; @@ -315,7 +315,7 @@ PrintGNOME::stroke (Inkscape::Extension::Print *mod, const NRBPath *bpath, const t[4] = ctm->c[4]; t[5] = ctm->c[5]; - if (style->stroke.type == SP_PAINT_TYPE_COLOR) { + if (true) { float rgb[3], opacity; sp_color_get_rgb_floatv (&style->stroke.value.color, rgb); gnome_print_setrgbcolor (_gpc, rgb[0], rgb[1], rgb[2]); |
