diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-03-06 14:11:29 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-03-06 14:11:29 +0000 |
| commit | 77ef2ed0b37ba73bae12a602207499931a9edf13 (patch) | |
| tree | 065b1257b08d15f74d915274df0af2d81cde6681 /src/attributes.h | |
| parent | Fix for Bug #1428967 (Inkscape0.91 crashes under interface using Chinese/Taiw... (diff) | |
| download | inkscape-77ef2ed0b37ba73bae12a602207499931a9edf13.tar.gz inkscape-77ef2ed0b37ba73bae12a602207499931a9edf13.zip | |
Fix filter primitives using 'type' attribute. (Broken when 'type' attribute introduced on meshes.)
(bzr r13969)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.h b/src/attributes.h index 817819b69..91c8868f9 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -293,7 +293,7 @@ enum SPAttributeEnum { SP_ATTR_FY, /* SPMeshPatch */ SP_ATTR_TENSOR, - SP_ATTR_MESH_TYPE, + //SP_ATTR_TYPE, /* SPPattern */ SP_ATTR_PATTERNUNITS, SP_ATTR_PATTERNCONTENTUNITS, |
