WebCalm
WebCalm copied to clipboard
Path description recognition error.
WebCalm perceives the following CSS description as erroneous.
@biglazycat63 again, for code please use code blocks instead of images.
.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.