SOLVED: Element Rating - XML declarations for inline SVGs are invalid

/bricks/assets/svg/frontend/star.svg

Hi, This icon probably contains old tags that Firefox considers invalid.

<?xml version="1.0" encoding="UTF-8"?>

Hi,
Thanks so much for your report!

In principle <?xml version="1.0" encoding="UTF-8"?> is a valid XML declaration and is commonly used. However, it depends on how the SVG is used.

:white_check_mark: Valid in standalone SVG files
:x: Invalid in inline SVG in HTML documents

Accordingly, we should remove the declaration for inline SVGs.

Best regards,
timmse

We fixed this issue in Bricks 2.0 RC, which is now available in your account.
Changelog: Bricks 2.0-rc Changelog – Bricks

Please let us know if you are still experiencing issues.

As with any pre-stable release, please do not use it on a production/live website. It is only meant for testing in a local or staging environment.