I have just updated to Pro 2.3.2 (and now to 2.3.3). In the header builder, the svg background image (in the header) does not render properly. When in the page builder, the header displays properly. It also displays properly when visiting the site outside of the builder. Site: https://stria.tech
Udate: One element (defined as #sun earlier in the svg) contains an animateTransform attribute. #sun and all elements rendered before #sun are displayed in the header builder. But the animation is not shown within the builder, and all elements after the #sun element are also not displayed.
The #sun element in question has this code:
<use xlink:href="#sun" fill="#c4c1c7" > <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="-4.5 0 0" to="13.5 0 0" dur="22s" repeatCount="indefinite" /> </use>
in 2.3.5 the bug has become more entertaining. There are still no elements are displayed that come after the animation code, and the animation itself does not show properly, but something is animated!!