diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-02-02 10:49:18 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-02-02 10:49:18 +0000 |
| commit | 9a037bc21c8b98650bf5be4c4e8feaac0a067e2d (patch) | |
| tree | 1a223ebdfedd2ee5ff950decc451d9e52ba1ef71 /src/attributes.cpp | |
| parent | Enable experimental features for wider testing: meshes, LPE tool, additional ... (diff) | |
| download | inkscape-9a037bc21c8b98650bf5be4c4e8feaac0a067e2d.tar.gz inkscape-9a037bc21c8b98650bf5be4c4e8feaac0a067e2d.zip | |
Experimental mesh smoothing code.
(bzr r13890)
Diffstat (limited to '')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 81b12c658..0b18b80cf 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -291,6 +291,7 @@ static SPStyleProp const props[] = { {SP_ATTR_FY, "fy"}, /* SPMeshPatch */ {SP_ATTR_TENSOR, "tensor"}, + {SP_ATTR_SMOOTH, "smooth"}, /* SPPattern */ {SP_ATTR_PATTERNUNITS, "patternUnits"}, {SP_ATTR_PATTERNCONTENTUNITS, "patternContentUnits"}, |
