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.h | |
| 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 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 660145a54..645aad00b 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -293,6 +293,7 @@ enum SPAttributeEnum { SP_ATTR_FY, /* SPMeshPatch */ SP_ATTR_TENSOR, + SP_ATTR_SMOOTH, /* SPPattern */ SP_ATTR_PATTERNUNITS, SP_ATTR_PATTERNCONTENTUNITS, |
