Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

image-rendering property causes Class Cast Exception. #220

Open
jeeeyul opened this issue Nov 10, 2022 · 0 comments
Open

image-rendering property causes Class Cast Exception. #220

jeeeyul opened this issue Nov 10, 2022 · 0 comments

Comments

@jeeeyul
Copy link

jeeeyul commented Nov 10, 2022

Steps to Reproduce

  1. Prepare a simple css file that contains:
    .foo {
    	image-rendering: pixelated;
    }
  2. Validate it with Unicorn.

Expected Behavior

  1. Validation should have to be passed.

Actual Result

  1. An Unknown Error was raised that caused by Class Cast Exception.
알 수 없는 오류 java.lang.Exception: class org.w3c.css.properties.css3.Css3Style cannot be cast to class org.w3c.css.properties.svg.SVGBasicStyle (org.w3c.css.properties.css3.Css3Style and org.w3c.css.properties.svg.SVGBasicStyle are in unnamed module of loader org.w3c.jigsaw.servlet.AutoReloadServletLoader @4cd2c9a1)

References

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant