diff options
| author | Nicholas Bishop <nicholasbishop@gmail.com> | 2007-08-07 06:53:24 +0000 |
|---|---|---|
| committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | 2007-08-07 06:53:24 +0000 |
| commit | 8c55e0bd53e0804d7e1918215da5c2c93383a688 (patch) | |
| tree | 5daf499728d419d6ec7f3fcf0fba0ca89f74f7c4 /src/sp-fecolormatrix.cpp | |
| parent | enable Path_for_item to work on flowtext (diff) | |
| download | inkscape-8c55e0bd53e0804d7e1918215da5c2c93383a688.tar.gz inkscape-8c55e0bd53e0804d7e1918215da5c2c93383a688.zip | |
Filter effects:
* Fixed a few bugs with the feColorMatrix settings, such as bad sensitivity settings and missing updates.
* Changed matrix loading (for the values attribute of feColorMatrix) so that it can handle values separated by more than one space.
(bzr r3407)
Diffstat (limited to 'src/sp-fecolormatrix.cpp')
| -rw-r--r-- | src/sp-fecolormatrix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-fecolormatrix.cpp b/src/sp-fecolormatrix.cpp index 6ff107b9f..e158839ba 100644 --- a/src/sp-fecolormatrix.cpp +++ b/src/sp-fecolormatrix.cpp @@ -137,7 +137,6 @@ sp_feColorMatrix_set(SPObject *object, unsigned int key, gchar const *str) (void)feColorMatrix; NR::FilterColorMatrixType read_type; - gdouble read_num; /*DEAL WITH SETTING ATTRIBUTES HERE*/ switch(key) { case SP_ATTR_TYPE: |
