From 0379e83709b574cad091fc443c6f3d568c78c26d Mon Sep 17 00:00:00 2001 From: tmcw Date: Fri, 9 Dec 2011 12:45:55 -0800 Subject: [PATCH] Updated TextSymbolizer (markdown) --- TextSymbolizer.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TextSymbolizer.md b/TextSymbolizer.md index c03ae5c..158c1c2 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -48,7 +48,6 @@ Some examples of Mapnik's ability to place text along lines: ```xml -#!xml ``` @@ -58,7 +57,6 @@ See [wiki:XMLGettingStarted] for more XML example uses of TextSymbolizer. ```python -#!python t = TextSymbolizer('FIELD_NAME', 'DejaVu Sans Book', 10, Color('black')) t.halo_fill = Color('white') t.halo_radius = 1 @@ -70,7 +68,6 @@ dir(t) # for the rest of the attributes ```cpp -#!cpp #include #include @@ -112,7 +109,6 @@ Note: Whitespace is ignored, e.g. "N,S,15,10" and "N, S,15,10" and "N, S, 15, 10 An XML example might look like: ```xml -#!xml ``` becomes ```xml -#!xml [label] ```