summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-23 22:07:22 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-23 22:07:22 +0000
commit8c86b3195c45a997b73cb6f6019fa909b725c768 (patch)
tree936cb22f971fbd6dfb42436cba04cb4a748c14f7 /src
parentadded default palette options (diff)
downloadinkscape-8c86b3195c45a997b73cb6f6019fa909b725c768.tar.gz
inkscape-8c86b3195c45a997b73cb6f6019fa909b725c768.zip
remove default fill-opacity
(bzr r987)
Diffstat (limited to 'src')
-rw-r--r--src/preferences-skeleton.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h
index e2d4d10a8..8660601c5 100644
--- a/src/preferences-skeleton.h
+++ b/src/preferences-skeleton.h
@@ -45,13 +45,12 @@ static char const preferences_skeleton[] =
" </group>\n"
"\n"
" <group id=\"tools\"\n"
-" style=\"fill:none;fill-opacity:0.75;\n"
-" stroke:black;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;\">\n"
+" style=\"fill:none;stroke:black;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;\">\n"
" <group id=\"shapes\" style=\"fill-rule:evenodd;\" selcue=\"1\" gradientdrag=\"1\">\n"
" <eventcontext id=\"rect\" style=\"fill:blue;\" usecurrent=\"1\"/>\n"
" <eventcontext id=\"arc\" style=\"fill:red;\" end=\"0\" start=\"0\" usecurrent=\"1\"/>\n"
" <eventcontext id=\"star\" magnitude=\"5\" style=\"fill:yellow;\" usecurrent=\"1\"/>\n"
-" <eventcontext id=\"spiral\" style=\"fill:none;stroke:black;\" usecurrent=\"0\"/>\n"
+" <eventcontext id=\"spiral\" style=\"fill:none;\" usecurrent=\"0\"/>\n"
" </group>\n"
" <group id=\"freehand\"\n"
" style=\"fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-linejoin:miter;stroke-linecap:butt;\">\n"