Skip to content

Underline is hidden by background shape #407

@afester

Description

@afester

With the following CSS

-rtfx-background-color: #dcdcdc;
-rtfx-underline-color: blue;
-rtfx-underline-width: 1px;

the blue underline is hidden by the gray background shape.
The underline should be in front of the background shape instead. The following hack in ParagraphText.java fixes this:

getChildren().add(/*0,*/ underlineShape);

by adding the underline shapes to the end of the ParagraphText's child list. Needs some additional verification before submitting a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions