diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-25 05:46:24 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-25 05:46:24 +0000 |
| commit | 444217df4c55243d5110c18e1a67110b9893a862 (patch) | |
| tree | 9eafad7a655fa0c132a579dbc3860adfad2f3418 /src/id-clash.cpp | |
| parent | Clean up of style code: refactor marker properties. Step 3. (diff) | |
| download | inkscape-444217df4c55243d5110c18e1a67110b9893a862.tar.gz inkscape-444217df4c55243d5110c18e1a67110b9893a862.zip | |
Clean up of style code: 'color' is not a paint. Step 1.1. Fixes bug 1312120.
modified:
src/id-clash.cpp
unknown:
.comments/
FILTERS/
doxygen/
style-internal.h
share/attributes/attindex.html
share/attributes/propidx.html
share/symbols/FlowSymbolsNew.svg
src/cxxtests
src/cxxtests.cpp
src/cxxtests.log
src/cxxtests.xml
src/ui/dialog/symbols.cpp_new
(bzr r13302)
Diffstat (limited to '')
| -rw-r--r-- | src/id-clash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 8d852315f..66357b75b 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -58,7 +58,7 @@ const SPIPaint SPStyle::* SPIPaint_members[] = { &SPStyle::stroke, }; const char* SPIPaint_properties[] = { - "color", + //"color", "fill", "stroke", }; @@ -76,7 +76,7 @@ const char* other_url_properties[] = { #define NUM_OTHER_URL_PROPERTIES (sizeof(other_url_properties) / sizeof(*other_url_properties)) const char* clipboard_properties[] = { - "color", + //"color", "fill", "filter", "stroke", |
