You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <de...@uima.apache.org> on 2010/11/27 19:38:38 UTC

[jira] Created: (UIMA-1951) Box Drawing Strategy does not draw the bottom line of the box always correctly

Box Drawing Strategy does not draw the bottom line of the box always correctly
------------------------------------------------------------------------------

                 Key: UIMA-1951
                 URL: https://issues.apache.org/jira/browse/UIMA-1951
             Project: UIMA
          Issue Type: Bug
          Components: CasEditor
    Affects Versions: 2.3.1AS
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
            Priority: Minor
             Fix For: 2.3.1SDK


The Annotation Editor can visualize annotations with a Box drawing style. If a new annotation which
is drawn with this style is added, the bottom line of the annotation is missing. 

The reasons for the missing bottom line is, that the drawRectangle call draws the box outside of
the clearing area. To solve this issue just reduce the height of the drawn box by one. 
Another solution would be to increase the clearing area.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1951) Box Drawing Strategy does not draw the bottom line of the box always correctly

Posted by "Jörn Kottmann (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1951.
-------------------------------

    Resolution: Fixed

> Box Drawing Strategy does not draw the bottom line of the box always correctly
> ------------------------------------------------------------------------------
>
>                 Key: UIMA-1951
>                 URL: https://issues.apache.org/jira/browse/UIMA-1951
>             Project: UIMA
>          Issue Type: Bug
>          Components: CasEditor
>    Affects Versions: 2.3.1AS
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>            Priority: Minor
>             Fix For: 2.3.1SDK
>
>
> The Annotation Editor can visualize annotations with a Box drawing style. If a new annotation which
> is drawn with this style is added, the bottom line of the annotation is missing. 
> The reasons for the missing bottom line is, that the drawRectangle call draws the box outside of
> the clearing area. To solve this issue just reduce the height of the drawn box by one. 
> Another solution would be to increase the clearing area.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.