Blocs became non-responsive, while spinning the ball of fun. Then the entire contents of the page disappears, the layer tree was still showing everything.
@norm Is there a missing icon on the “large previews for core Blocs” button? The button is blank.
Also, there is some odd behaviour when selecting a Bloc to be a favourite, in the Blocs list. E.g. selecting a Hereo bloc as a favourite, makes the view scroll up to show the Navigation Blocs above - see 12s into video below.
My Mac was going to the beach too this morning immediately after updating to 13.3. Was affecting Safari and some other apps. I decided to restart again and all seems OK now, including Blocs.
Missing symbol is because the older version MacOS does not have this SF symbol. I’ll add a graphic fallback.
As for the visual bump, it’s most likely your new favourite pushed the favourite list at the top of the Bloc Bar onto a new line or you added your first favourite causing this section to create extra space at the top of the list.
This is not generated in preview mode as it has a huge impact on preview speed.
SVG images are exporting fine here, as long as the SVG is referenced in the Brics HTML which is the expected behaviour e.g.
<img src="*resource-path/cog.svg">
If you don’t reference the SVG in the Brics html, then you would need to put the SVG file into the includes folder. This would force the SVG to be exported regardless of use.
Could project attachments & page path level differences be due to the OS that the compiler supports? - I’m running 10.14.6 which is a tick behind due to support userbase.
Re: svg images: ahhhh, ok, had to delete & reinsert bric but got images in includes folder to export - glad that’s resolved.