diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-07 12:55:42 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-07 12:55:42 +0000 |
| commit | c04b394168c108cb7053d7395244b72b30430d24 (patch) | |
| tree | c99d89d9a81c812f37e3119e2fc4260379f29f30 /src/attributes.cpp | |
| parent | finish helper paths and beter handle of fillet/chamfer overflow. Also make th... (diff) | |
| parent | Enable PDF/PS/EPS export for gradient mesh (bug #1363369) (diff) | |
| download | inkscape-c04b394168c108cb7053d7395244b72b30430d24.tar.gz inkscape-c04b394168c108cb7053d7395244b72b30430d24.zip | |
update to trunk
(bzr r13645.1.36)
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"}, |
