From 5dbbd72a1c254bbff8c722fd2827b0f433e07c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 10 Jul 2014 19:37:34 -0700 Subject: [PATCH] fix last change --- LineSymbolizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LineSymbolizer.md b/LineSymbolizer.md index cec1670..f7d13c1 100644 --- a/LineSymbolizer.md +++ b/LineSymbolizer.md @@ -10,7 +10,7 @@ A LineSymbolizer is used to render a "stroke" along a linear geometry. | stroke-linejoin | miter, round, bevel | See [SVG stroke-linejoin](http://www.w3.org/TR/SVG/painting.html#StrokeLinejoinProperty) for an example for each value | - | miter | no | | stroke-linecap | round, butt, square | See [SVG stroke-linecap](http://www.w3.org/TR/SVG/painting.html#StrokeLinecapProperty) for an example for each value | - | butt | no | | stroke-dasharray | 0.0 - n,0.0 - n | A pair of length values [a,b], where (a) is the dash length and (b) is the gap length respectively. More than two values are supported as well (e.g. to start the line not with a stroke, but with a gap). | pixels | none | no | -| comp-op | [[Compositing]] | none | no | +| comp-op | | [[Compositing]] | | none | no | ## Examples