I'm assuming that this problem has not be fixed. Below is my symbol definition (using text to fill area) and attached is an image of the polygon area that the text is supposed to fill (the polygon boundary is defined in a separate layer file). It looks like the repeating text fills a grid based on the parameters, but does not clip to the boundary of the polygon area. I tried the same for <ClippingControl>'Inside'</ClippingControl> and got much of the same fill display. Can anyone firm this limitation in the clipping control for text? I will submit a ticket.
<?xml version="1.0" encoding="utf-8"?> <SimpleSymbolDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="SymbolDefinition-1.1.0.xsd" version="1.1.0"> <Name>TextSymbolTest</Name> <Description>A description for this symbol</Description> <Graphics> <Text> <Content>'USP'</Content> <FontName>Arial</FontName> <Height>3</Height> <PositionX>1</PositionX> <PositionY>1</PositionY> <LineSpacing>3</LineSpacing> <TextColor>ffbebebe</TextColor> </Text> </Graphics> <AreaUsage> <ClippingControl>'Clip'</ClippingControl> <RepeatX>8</RepeatX> <RepeatY>8</RepeatY> <BufferWidth>25</BufferWidth> </AreaUsage> <ParameterDefinition /> </SimpleSymbolDefinition> http://osgeo-org.1803224.n2.nabble.com/file/n6725891/text_area_clip.png text_area_clip.png -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Styling-AreaUsage-Problem-tp2382996p6725891.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
