Page 1 of 1

Publishing Shapes

Posted: Wed Apr 09, 2025 4:34 pm
by bjlolmaugh
When I add a Shape element to a webpage, it automatically defaults to publishing it as a PNG.
For small shapes, that do-able.
But for larger shapes, the PNG turns into a large, slow file.

What is the best output format for larger shapes? I am currently using CSS, but if there is a better option, I'd love to know.

Thank you.

Re: Publishing Shapes

Posted: Wed Apr 09, 2025 4:49 pm
by Pablo
It is depends on the type of shape and the selected style.
For example, CSS does not support bordered shapes.

Re: Publishing Shapes

Posted: Wed Apr 09, 2025 4:54 pm
by bjlolmaugh
Pablo wrote: Wed Apr 09, 2025 4:49 pm It is depends on the type of shape and the selected style.
For example, CSS does not support bordered shapes.
Ok, then what would be the best option.
Say the shape is a large rectangle with a border.

Re: Publishing Shapes

Posted: Wed Apr 09, 2025 5:44 pm
by Pablo
If it's just a rectangle then CSS is the best option