You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
With the following CSS
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:
by adding the underline shapes to the end of the ParagraphText's child list. Needs some additional verification before submitting a pull request.
The text was updated successfully, but these errors were encountered: