Shapes is an extension for Inkscape written in python that creates shapes from the bounding boxes of selected objects. The available shapes are: Rombus Shapes based from the bounding box corners: Chamfer, Chamfer inverse, Rect inside, Round inside, Round inside inverse, Cross, Star from center, Star from corners Triangles: Isosceles, Equilateral, Rectangle bottom left, Rectangle bottom right, Rectangle top left, Rectangle top right Arrows: Filled, Stick --- Reviewed by Martin Owens on May 12 2021 2:38 PM Code is not uploaded to website so no review was possible. License is bad (all rights reserved) Code quality is also very poor and pre-1.0 inkex use
svg2pov is a script for inkscape developed in python that exports svg paths to povray, the paths with stroke are exported as a series of cylinders and spheres with a radius equal to that established in the svg, the paths filled are exported as prisms objects. The border and fill color the are established in the svg file, including those with linear or radial gradients.