Ability to control "stroke width optimization"
----------------------------------------------

                 Key: GEOT-1928
                 URL: http://jira.codehaus.org/browse/GEOT-1928
             Project: GeoTools
          Issue Type: Wish
          Components: core render
    Affects Versions: 2.4.4
            Reporter: Alexey Noskov
            Assignee: Jesse Eichar


Class SLDStyleFactory, method getStroke contains following code:

{code}
        // Simple optimization: let java2d use the fast drawing path if the 
line width
        // is small enough...
        if (width < 1.5) {
            width = 0;
        }
{code}

Is it posiible to turn off it? Sometimes, i need very thin stroke on map, 
especcialy when i render it to SVG.
Thanks.

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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to