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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 3cf13d3f2..568f0528a 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -291,7 +291,7 @@ static SPStyleProp const props[] = { {SP_ATTR_FY, "fy"}, /* SPMeshPatch */ {SP_ATTR_TENSOR, "tensor"}, - {SP_ATTR_MESH_TYPE, "type"}, + //{SP_ATTR_TYPE, "type"}, /* SPPattern */ {SP_ATTR_PATTERNUNITS, "patternUnits"}, {SP_ATTR_PATTERNCONTENTUNITS, "patternContentUnits"}, |
