Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG file not render correctly on 1.8.4 #288

Open
kikokuo opened this issue Jun 14, 2024 · 3 comments
Open

SVG file not render correctly on 1.8.4 #288

kikokuo opened this issue Jun 14, 2024 · 3 comments
Assignees
Labels

Comments

@kikokuo
Copy link

kikokuo commented Jun 14, 2024

Hi,
These file not render correctly on 1.8.4. If you have time, maybe you can check it? thank you.
On Any Browser:
image

On WpfTestSvgSamlpe:
image

svgtest.zip

@paulushub paulushub self-assigned this Jun 14, 2024
@paulushub
Copy link
Contributor

@kikokuo For information, was this rendered correctly in older versions or not tested?

@kikokuo
Copy link
Author

kikokuo commented Jun 14, 2024

@kikokuo For information, was this rendered correctly in older versions or not tested?

Using 1.6.0 to test it, it still not render correctly, like preview image.

@paulushub
Copy link
Contributor

paulushub commented Jun 15, 2024

It seems the issue is with mask CSS attribute.
Currently, mask element is supported to some extent, but not mask CSS attribute.
Looking into it.

<g fill="#7600FF" mask="url(#wrench-d)">
  <rect width="24" height="24" transform="translate(3 2)"/>
</g>

@paulushub paulushub added the bug label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants