CSS module swaps linecap and linejoin values
--------------------------------------------

                 Key: GEOS-3906
                 URL: http://jira.codehaus.org/browse/GEOS-3906
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: David Winslow
             Fix For: 2.0.2


Converting a plain stroke with just the color specification results in:

{code}
        <sld:Stroke>
          ...
          <sld:CssParameter name="stroke-linecap">miter</sld:CssParameter>
          <sld:CssParameter name="stroke-linejoin">butt</sld:CssParameter>
          ...
        </sld:Stroke>
{code}

>From the SLD 1.0 spec:

{panel}
The allowed values for line join are "mitre", "round", and "bevel", and the 
allowed values for line cap are "butt", "round", and "square". The default 
values are system-dependent.
{panel}

-- 
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

        

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to