WebCalm icon indicating copy to clipboard operation
WebCalm copied to clipboard

Path description recognition error.

Open biglazycat63 opened this issue 2 months ago • 2 comments

WebCalm perceives the following CSS description as erroneous.

Image

biglazycat63 avatar Oct 29 '25 21:10 biglazycat63

@biglazycat63 again, for code please use code blocks instead of images.

ris58h avatar Oct 30 '25 10:10 ris58h

.clearable-password-field .clear-button .graphic
{
    -fx-background-color: -fx-mark-color;
    -fx-padding: 0.333333em; /* 4 */
    -fx-shape: "M 0.5858,3.4142
                c -0.781,-0.781 -0.781,-2.0474 0.0,-2.8284
                c 0.781,-0.781 2.0474,-0.781 2.8284,0.0
                l 4.2425,4.2425
                l 4.2425,-4.2425
                c 0.781,-0.781 2.0474,-0.781 2.8284,0.0
                c 0.781,0.781 0.781,2.0474 0.0,2.8284
                l -4.2425,4.2425
                l 4.2425,4.2425
                c 0.781,0.781 0.781,2.0474 0.0,2.8284
                c -0.781,0.781 -2.0474,0.781 -2.8284,0.0
                l -4.2425,-4.2425
                l -4.2425,4.2425
                c -0.781,0.781 -2.0474,0.781 -2.8284,0.0
                c -0.781,-0.781 -0.781,-2.0474 0.0,-2.8284
                l 4.2425,-4.2425 z"; /* знак "x" */
}

This happens when line breaks occur. When the path description is on a single line, there is no error.

biglazycat63 avatar Nov 01 '25 16:11 biglazycat63