diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-07-09 05:02:03 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-07-09 05:02:03 +0000 |
| commit | 50f9aa34d9c9563df9002d8a70ae37a747c8f422 (patch) | |
| tree | c217dfbf84f501624398df22b279403ec610a508 /src/attributes.cpp | |
| parent | 7th update, almost there (diff) | |
| download | inkscape-50f9aa34d9c9563df9002d8a70ae37a747c8f422.tar.gz inkscape-50f9aa34d9c9563df9002d8a70ae37a747c8f422.zip | |
Cleanup of gradient swatch property and collection policy.
(bzr r9602)
Diffstat (limited to 'src/attributes.cpp')
| -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 3cfe04fab..c44a7da4e 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -280,6 +280,7 @@ static SPStyleProp const props[] = { {SP_ATTR_GRADIENTUNITS, "gradientUnits"}, {SP_ATTR_GRADIENTTRANSFORM, "gradientTransform"}, {SP_ATTR_SPREADMETHOD, "spreadMethod"}, + {SP_ATTR_OSB_SWATCH, "osb:paint"}, /* SPRadialGradient */ {SP_ATTR_FX, "fx"}, {SP_ATTR_FY, "fy"}, |
