diff --git a/src/org/oscim/theme/renderTheme.xsd b/src/org/oscim/theme/renderTheme.xsd index e59f6c0f..c23fa72e 100644 --- a/src/org/oscim/theme/renderTheme.xsd +++ b/src/org/oscim/theme/renderTheme.xsd @@ -1,272 +1,240 @@ - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + \ No newline at end of file diff --git a/src/org/oscim/theme/renderinstruction/Line.java b/src/org/oscim/theme/renderinstruction/Line.java index e814e3b2..a8837abf 100644 --- a/src/org/oscim/theme/renderinstruction/Line.java +++ b/src/org/oscim/theme/renderinstruction/Line.java @@ -93,7 +93,7 @@ public final class Line extends RenderInstruction { width = Float.parseFloat(value); } else if ("cap".equals(name)) { cap = Cap.valueOf(value.toUpperCase(Locale.ENGLISH)); - } else if ("fixed".equals(name)) { + } else if ("fix".equals(name)) { fixed = Boolean.parseBoolean(value); } else if ("stipple".equals(name)) { stipple = Integer.parseInt(value);