summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-09 05:02:03 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-09 05:02:03 +0000
commit50f9aa34d9c9563df9002d8a70ae37a747c8f422 (patch)
treec217dfbf84f501624398df22b279403ec610a508 /src/attributes.cpp
parent7th update, almost there (diff)
downloadinkscape-50f9aa34d9c9563df9002d8a70ae37a747c8f422.tar.gz
inkscape-50f9aa34d9c9563df9002d8a70ae37a747c8f422.zip
Cleanup of gradient swatch property and collection policy.
(bzr r9602)
Diffstat (limited to '')
-rw-r--r--src/attributes.cpp1
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"},