diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-24 13:17:19 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-24 13:17:19 +0000 |
| commit | 52b219e1d4c0fa9d170690a33524e26e68ab1049 (patch) | |
| tree | 5a6daa1d7e9a129824b749bd7a3ef89840765d39 /src | |
| parent | a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de... (diff) | |
| download | inkscape-52b219e1d4c0fa9d170690a33524e26e68ab1049.tar.gz inkscape-52b219e1d4c0fa9d170690a33524e26e68ab1049.zip | |
Correct default preferences for 3D boxes to avoid ugly line joins when using stroke
(bzr r3581)
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 2cceb2a78..6650de925 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -51,13 +51,13 @@ static char const preferences_skeleton[] = " 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=\"3dbox\" style=\"stroke:none;\" usecurrent=\"0\">\n" -" <side id=\"XYfront\" style=\"fill:#0055d4;stroke:none;\" usecurrent=\"0\"/>\n" -" <side id=\"XYrear\" style=\"fill:#0055d4;stroke:none;\" usecurrent=\"0\"/>\n" -" <side id=\"XZtop\" style=\"fill:#0060ea;stroke:none;\" usecurrent=\"0\"/>\n" -" <side id=\"XZbottom\" style=\"fill:#0060ea;stroke:none;\" usecurrent=\"0\"/>\n" -" <side id=\"YZright\" style=\"fill:#0044aa;stroke:none;\" usecurrent=\"0\"/>\n" -" <side id=\"YZleft\" style=\"fill:#0044aa;stroke:none;\" usecurrent=\"0\"/>\n" +" <eventcontext id=\"3dbox\" style=\"stroke:none;stroke-linejoin:round;\" usecurrent=\"0\">\n" +" <side id=\"XYfront\" style=\"fill:#0055d4;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <side id=\"XYrear\" style=\"fill:#0055d4;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <side id=\"XZtop\" style=\"fill:#0060ea;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <side id=\"XZbottom\" style=\"fill:#0060ea;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <side id=\"YZright\" style=\"fill:#0044aa;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" +" <side id=\"YZleft\" style=\"fill:#0044aa;stroke:none;stroke-linejoin:round;\" usecurrent=\"0\"/>\n" " </eventcontext>\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" |
