Default Stroke Values are reversed - linecap vs. linejoin
---------------------------------------------------------
Key: GEOT-3027
URL: http://jira.codehaus.org/browse/GEOT-3027
Project: GeoTools
Issue Type: Bug
Components: core styling
Affects Versions: 2.6.3
Reporter: David Winslow
Attachments: stroke-defaults.diff
>From a discussion on the GeoServer CSS community module:
{code}
<sld:FeatureTypeStyle>
<sld:Name>name</sld:Name>
<sld:Rule>
<sld:Name>*</sld:Name>
<sld:LineSymbolizer>
<sld:Stroke>
<sld:CssParameter name="stroke-linecap">miter</sld:CssParameter>
<sld:CssParameter name="stroke-linejoin">butt</sld:CssParameter>
</sld:Stroke>
</sld:LineSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
{code}
Err... I think there is a mishap in the linecap/linejoin
param values generated by the CSS module. From the SLD spec:
---------------------------------------------------------------
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.
--
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® 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
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel