SVG Extrusion
A Extrusion SVG
We recommend Inkscape to build and edit your SVG files. Inkscape is not only extremely powerful. It is also open-source and downloadable free of charge.
Let's first explain what Briow does to process SVG files
width
and height
attributes. The unit is ignored. If the width value is 100 (mm, px, ...), the width within Briow will be 100.<path>
tags.Briow exclusively renders paths. Circles, rectangles, text, stars, or any other native shape proposed by Inkscape are ignored.
All objects and strokes (lines with a width) must therefore all be turned into paths.
To do so, make a copy of your original file and select Path
> Object to path
or Stroke to path
on each object or stroke.
To fix it within Inkscape
File
> Document properties
and then View box in the Display tab.Increase the size of your original SVG document and scale up your drawing. The render will look huge in Briow, use the scale parameter of the Instance to make it smaller in your scene.
Make sure you break letters appart after the conversion.
Yes, this is a bug.