[Geoserver-devel] [jira] Created: (GEOS-4553) Moving circles on a line with dasharray

Moving circles on a line with dasharray
---------------------------------------

                 Key: GEOS-4553
                 URL: http://jira.codehaus.org/browse/GEOS-4553
             Project: GeoServer
          Issue Type: Bug
          Components: WMS
    Affects Versions: 2.1.0, 2.1-RC4
         Environment: Sun Microsystems Inc.: 1.6.0_24 (Java HotSpot(TM) 64-Bit Server VM)
            Reporter: Silvio
            Assignee: Andrea Aime
            Priority: Minor
         Attachments: error.png, ok.png

If the line is cut off at the border the circles are moving but not the dashed line.

{code:xml}
<Rule>
<LineSymbolizer>
  <Stroke>
    <CssParameter name="stroke">#0000FF</CssParameter>
    <CssParameter name="stroke-width">1</CssParameter>
    <CssParameter name="stroke-dasharray">10 10</CssParameter>
  </Stroke>
</LineSymbolizer>
<LineSymbolizer>
  <Stroke>
   <GraphicStroke>
  <Graphic>
    <Mark>
     <WellKnownName>circle</WellKnownName>
     <Stroke>
      <CssParameter name="stroke">#000033</CssParameter>
      <CssParameter name="stroke-width">1</CssParameter>
     </Stroke>
    </Mark>
    <Size>5</Size>
    <CssParameter name="stroke-dasharray">5 15</CssParameter>
    <CssParameter name="stroke-dashoffset">7.5</CssParameter>
  </Graphic>
   </GraphicStroke>
  </Stroke>
</LineSymbolizer>
</Rule>
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira