Ever wanted to make some of these fancy folder flap top-side only rounded corners?
Or rounded corners with different radii?
This extension allows the user to draw a rectangle with rounded corners as a path, specifying each corner's radius, in css order.
It also provides an option to remove the selected rectangle when it's done.
The extension works with multiple rectangles selected, too, processing each.
Use the included setup.py
script:
python setup.py install
This will copy the necessary files to your extensions directory:
- Windows -
%APPDATA%\inkscape\extensions
(e.g.C:\Users\User\AppData\Roaming\inkscape\extensions
) - Linux -
$HOME/.config/inkscape/extensions
- Select rectangles in the document, in the menu select
Render->Custom rounded corners rect
. - Input a radius for each corner in the popup dialog.
- 21.10.2020: Updated to work with Inkscape 1.0
GPL-2.0